IviRFSigGen_SelectCDMATestModel

CVI/LabWindows IVI Class Driver

IviRFSigGen_SelectCDMATestModel

IviRFSigGenCDMABase Capability Group

C Function Prototype

ViStatus IviRFSigGen_SelectCDMATestModel (ViSession vi, ViConstString name);

Purpose

This function specifies the channel coding used for the digital modulation. To obtain a list of available CDMA test models for channel coding, call the IviRFSigGen_GetCDMATestModelName 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 test model used by the instrument. The driver uses this value to set the IVIRFSIGGEN_ATTR_CDMA_SELECTED_TEST_MODEL attribute.

Default Value: ""

Return Values