IviRFSigGen_SelectTDMAFrame

CVI/LabWindows IVI Class Driver

IviRFSigGen_SelectTDMAFrame

IviRFSigGenTDMABase Capability Group

C Function Prototype

ViStatus IviRFSigGen_SelectTDMAFrame (ViSession vi, ViConstString name);

Purpose

This function specifies the frame used for framed digital modulation. To obtain a list of available TDMA frames, call the IviRFSigGen_GetTDMAFrameName function.

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

name ViConstString Specifies the actual frames/slot used by the instrument. It is selected with one of the names from TDMA Frame Names attribute. The frames/slot are generated only, if TDMA Framing Enabled is set to VI_TRUE. This attribute is ignored if TDMA Framing Enabled is set to VI_FALSE. The driver uses this value to set the IVIRFSIGGEN_ATTR_TDMA_SELECTED_FRAME attribute.

Default Value: ""

Return Values