IviRFSigGen_SelectDigitalModulationBaseStandard

CVI/LabWindows IVI Class Driver

IviRFSigGen_SelectDigitalModulationBaseStandard

IviRFSigGenDigitalModulationBase Capability Group

C Function Prototype

ViStatus IviRFSigGen_SelectDigitalModulationBaseStandard (ViSession vi, ViConstString name);

Purpose

This function specifies the actual standard used by the instrument. To obtain a list of available standards, call the IviRFSigGen_GetDigitalModulationBaseStandardName function. Many instrument settings are affected by selecting an instrument standard. These settings include: coding, mapping, symbol rate or bit clock frequency, filter together with the associated filter parameters, and FSK deviation or ASK depth (in the case of FSK or ASK modulation).

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

Default Value: ""

Return Values