IviRFSigGen_ConfigureAMEnabled

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureAMEnabled

IviRFSigGenModulateAM Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureAMEnabled (ViSession vi, ViBoolean amEnabled);

Purpose

This function configures the signal generator to apply amplitude 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

amEnabled ViBoolean Specifies whether the signal generator applies amplitude modulation to the RF output signal or not. The driver uses this value to set the IVIRFSIGGEN_ATTR_AM_ENABLED attribute.

Valid Values:
VI_TRUE (1) - Amplitude modulation On
VI_FALSE (0) - Amplitude modulation Off

Default Value: VI_FALSE (0)

Return Values