IviRFSigGen_SendSoftwareTrigger
Specific Function
C Function Prototype
ViStatus IviRFSigGen_SendSoftwareTrigger (ViSession vi);
Purpose
This function sends a command to trigger the RF signal generator. Call this function if you set a trigger source to a software trigger value. Below is a list of attributes and functions which can set the trigger source to a software trigger.
Functions:
IviRFSigGen_ConfigureArbTriggerSourceIviRFSigGen_ConfigureSweepIviRFSigGen_ConfigureCDMATriggerSourceIviRFSigGen_ConfigureTDMATriggerSource
Attributes:
IVIRFSIGGEN_ATTR_ARB_TRIGGER_SOURCEIVIRFSIGGEN_ATTR_SWEEP_TRIGGER_SOURCEIVIRFSIGGEN_ATTR_CDMA_TRIGGER_SOURCEIVIRFSIGGEN_ATTR_TDMA_TRIGGER_SOURCE
Notes:
This function does not check the instrument status. Typically, you call this function only in a sequence of calls to other low-level driver functions. The sequence performs one operation. You use the low-level functions to optimize one or more aspects of interaction with the instrument. If you want to check the instrument status, call the IviRFSigGen_error_query function at the conclusion of the sequence.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The ViSession handle that you obtain from the IviRFSigGen_init or IviRFSigGen_InitWithOptions function. The handle identifies a particular instrument session. Default Value: None |