IviRFSigGen_ConfigurePulseDouble
IviRFSigGenPulseDoubleGenerator Capability Group
C Function Prototype
ViStatus IviRFSigGen_ConfigurePulseDouble (ViSession vi, ViBoolean enabled, ViReal64 delay);
Purpose
This function sets the double pulse state and delay for the pulse generator within the RF signal generator.
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 |
enabled | ViBoolean | Enables double pulse mode. The driver uses this value to set the IVIRFSIGGEN_ATTR_PULSE_DOUBLE_ENABLED attribute. Valid Values: VI_TRUE; VI_FALSE Default Value: VI_FALSE |
delay | ViReal64 | Specifies the delay of the second pulse. The driver uses this value to set the IVIRFSIGGEN_ATTR_PULSE_DOUBLE_DELAY attribute. Units: Seconds Default Value: 0.0 |