IviRFSigGen_ConfigurePulseModulationEnabled

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigurePulseModulationEnabled

IviRFSigGenModulatePulse Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigurePulseModulationEnabled (ViSession vi, ViBoolean pulseModulationEnabled);

Purpose

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

pulseModulationEnabled ViBoolean Specifies whether the signal generator applies pulse modulation to the RF output signal or not. The driver uses this value to set the IVIRFSIGGEN_ATTR_PULSE_MODULATION_ENABLED attribute.

Valid Values:
VI_TRUE (1) - Enables pulse modulation
VI_FALSE (0) - Disables pulse modulation

Default Value: VI_FALSE

Return Values