NIRFSA_ATTR_ADVANCE_TRIGGER_TYPE

NI RF Vector Signal Analyzers

NIRFSA_ATTR_ADVANCE_TRIGGER_TYPE

Specific Attribute

Data
type
Access High Level Functions
ViInt32 R/W None

Description

Specifies whether you want the Advance trigger to be a digital edge or pattern match trigger.

Defined Values:

NIRFSA_VAL_NONE (600) No Advance trigger is configured.
NIRFSA_VAL_DIGITAL_EDGE (601) The Advance trigger is not asserted until a digital edge is detected. The source of the digital edge is specified with NIRFSA_ATTR_DIGITAL_EDGE_ADVANCE_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_ADVANCE_TRIGGER as the trigger parameter.