IviRFSigGen_SelectCDMAStandard

CVI/LabWindows IVI Class Driver

IviRFSigGen_SelectCDMAStandard

IviRFSigGenCDMABase Capability Group

C Function Prototype

ViStatus IviRFSigGen_SelectCDMAStandard (ViSession vi, ViConstString name);

Purpose

This function specifies the standard used by the instrument. To obtain a list of available standards, call the IviRFSigGen_GetCDMAStandardName function. Many instrument settings are affected by selecting an instrument standard. These settings include: modulation type, bit clock frequency and filter together with the associated filter parameters.

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 Specify the standard to be used by the instrument. The driver uses this value to set the IVIRFSIGGEN_ATTR_CDMA_SELECTED_STANDARD attribute.

Default Value: ""

Return Values