IviRFSigGen_SelectDigitalModulationBaseBitSequence

CVI/LabWindows IVI Class Driver

IviRFSigGen_SelectDigitalModulationBaseBitSequence

IviRFSigGenDigitalModulationBase Capability Group

C Function Prototype

ViStatus IviRFSigGen_SelectDigitalModulationBaseBitSequence (ViSession vi, ViConstString name);

Purpose

This function sets a bit sequence to be used as digital modulation data. Create bit sequences using the IviRFSigGen_WriteDigitalModulationBaseBitSequence function. The bit sequence is set only if the IVIRFSIGGEN_ATTR_DIGITAL_MODULATION_BASE_DATA_SOURCE attribute is set to BitSequence.

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 name of the bit sequence (stream) used as data for digital modulation. The sequence is used only if the IVIRFSIGGEN_ATTR_DIGITAL_MODULATION_BASE_DATA_SOURCE attribute is set to Bit Sequence. The driver uses this value to set the IVIRFSIGGEN_ATTR_DIGITAL_MODULATION_BASE_SELECTED_BIT_SEQUENCE attribute.

Default Value: ""

Return Values