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