IviRFSigGen_ConfigureTDMATriggerSource

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureTDMATriggerSource

IviRFSigGenTDMABase Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureTDMATriggerSource (ViSession vi, ViInt32 source);

Purpose

This function configures the TDMA trigger source for starting or synchronizing the generation of the frames/slots.

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

source ViInt32 Specifies the source of the trigger signal that starts the frame/slots generation. The driver uses this value to set the IVIRFSIGGEN_ATTR_TDMA_TRIGGER_SOURCE attribute.

Defined Values:

IVIRFSIGGEN_VAL_TDMA_TRIGGER_SOURCE_IMMEDIATE - The
TDMA generator system does not wait for a trigger.
Each frame is run continuously.

IVIRFSIGGEN_VAL_TDMA_TRIGGER_SOURCE_EXTERNAL - Each
frame is started with an external signal.

IVIRFSIGGEN_VAL_TDMA_TRIGGER_SOURCE_SOFTWARE - Each
frame is started with a software programmable
trigger.

Default Value: IVIRFSIGGEN_VAL_TDMA_TRIGGER_SOURCE_IMMEDIATE

Return Values