NIFGEN_ATTR_SCRIPT_TRIGGER_TYPE
Specific Attribute
| Data type |
Access | Applies to | Coercion | High Level Functions |
|---|---|---|---|---|
| ViInt32 | R/W | N/A | None | None |
Description
Specifies the Script Trigger type. Depending upon the value of this attribute, additional attributes may need to be configured to fully configure the trigger.
Defined Values:
| NIFGEN_VAL_TRIG_NONE | No trigger is configured. Signal generation starts immediately. |
| NIFGEN_VAL_DIGITAL_EDGE | Operation begins when a digital edge is detected. |
| NIFGEN_VAL_DIGITAL_LEVEL | Operation begins when a digital level is detected. |
| NIFGEN_VAL_SOFTWARE_EDGE | Operation begins when a software edge is detected. |