HIL Flags Status
Description of the HIL Flags Status component in Schematic Editor, which outputs the flag status of HIL device.
Component Ignored: This component
is ignored in TyphoonSim. Inputs to this component will be discarded and outputs
from the component will be zeroed during TyphoonSim simulation.
Description
Outputs the flag status of the HIL device.
The component outputs three status flags from HIL:
- SPC – Matrix-Vector multiplier overflow from SPC
- MCH – Machine overflow status
- DTV – Parallel Dead Time Violation status and Gate Drive Shoot Through status
Ports
- spc (out)
-
Outputs the Matrix-Vector multiplier overflow status for SPC
- Supported types: uint, int and real.
- The output type is determined by the Signal type property.
- Vector support: no.
- Supported types: uint, int and real.
-
- mch (out)
-
Outputs the Machine overflow staus.
- Supported types: uint, int and real.
- The output type is determined by the Signal type property.
- Vector support: no.
- Supported types: uint, int and real.
-
- dtv (out)
-
Outputs the Parallel Dead Time Violation and Gate Drive Shoot Through status.
- Supported types: uint, int and real.
- The output type is determined by the Signal type property.
- Vector support: no.
- Supported types: uint, int and real.
-
Properties
- Signal type
- Chose the type of the output signal. Supported signal types are real, int, and uint.
- Execution rate
- Type in the desired signal processing execution rate. This value must be compatible with other signal processing components of the same circuit: the value must be a multiple of the fastest execution rate in the circuit. There can be up to four different execution rates. To specify the execution rate, you can use either decimal (e.g. 0.001) or exponential values (e.g. 1e-3) in seconds. Alternatively, you can type in ‘inherit’ in which case the component will be assigned execution rate based on the execution rate of the components it is receiving input from.