IviRFSigGen_ConfigureIQEnabled

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureIQEnabled

IviRFSigGenModulateIQ Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureIQEnabled (ViSession vi, ViBoolean iqEnabled);

Purpose

This function configures the signal generator to apply IQ (vector) modulation to the RF output signal.

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

iqEnabled ViBoolean Enables IQ (vector) modulation of the output RF signal. The driver uses this value to set the IVIRFSIGGEN_ATTR_IQ_ENABLED attribute.

Valid Values: VI_TRUE; VI_FALSE

Default Value: VI_FALSE

Return Values