NIRFSA_ATTR_START_TRIGGER_TYPE
Specific Attribute
| Data type |
Access | High Level Functions |
|---|---|---|
| ViInt32 | R/W | None |
Description
Specifies whether you want the Start trigger to be a digital edge or software trigger.
Defined Values:
| NIRFSA_VAL_NONE (600) | No Advance trigger is configured. |
| NIRFSA_VAL_DIGITAL_EDGE (601) | The Start trigger is not asserted until a digital edge is detected. The source of the digital edge is specified with NIRFSA_ATTR_DIGITAL_EDGE_START_TRIGGER_SOURCE. |
| NIRFSA_VAL_SOFTWARE (604) | The Advance trigger is not asserted until a software trigger occurs. You can assert the software trigger by calling the niRFSA_SendSoftwareEdgeTrigger function with and selecting NIRFSA_VAL_START_TRIGGER as the trigger parameter. |