IviRFSigGen_ConfigureFMEnabled
IviRFSigGenModulateFM Capability Group
C Function Prototype
ViStatus IviRFSigGen_ConfigureFMEnabled (ViSession vi, ViBoolean fmEnabled);
Purpose
This function configures the signal generator to apply frequency 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 |
fmEnabled | ViBoolean | Specifies whether the signal generator applies frequency modulation to the RF output signal or not. The driver uses this value to set the IVIRFSIGGEN_ATTR_FM_ENABLED attribute. Valid Values: VI_TRUE (1) - Frequency modulation On VI_FALSE (0) - Frequency modulation Off Default Value: VI_FALSE (0) |