NIRFSA_ATTR_ARM_REF_TRIGGER_TYPE
Specific Attribute
Data type |
Access | High Level Functions |
---|---|---|
ViInt32 | R/W | None |
Description
Specifies whether you want the Arm Reference trigger to be a digital edge or software trigger.
Defined Values:
NIRFSA_VAL_NONE (600) | No Arm Reference trigger is configured. |
NIRFSA_VAL_DIGITAL_EDGE (601) | The Arm Reference trigger is not asserted until a digital edge is detected. The source of the digital edge is specified with the NIRFSA_ATTR_DIGITAL_EDGE_ARM_REF_TRIGGER_SOURCE attribute. |
NIRFSA_VAL_SOFTWARE (604) | The Arm Reference 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_ARM_REF_TRIGGER as the trigger parameter. |