IviRFSigGen_ConfigureALCEnabled

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureALCEnabled

IviRFSigGenBase Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureALCEnabled (ViSession vi, ViBoolean alcEnabled);

Purpose

This function enables the Automatic Level Control.

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

alcEnabled ViBoolean Specifies whether to enable or disable Automatic Level Control (ALC). The driver uses this value to set the IVIRFSIGGEN_ATTR_ALC_ENABLED attribute.

Valid Values:
VI_TRUE (1) - Enables the Automatic Level Control (ALC)
VI_FALSE (0) - Disables the Automatic Level Control (ALC)

Default Value: VI_TRUE (1)

Return Values