IviRFSigGen_ConfigureLFGeneratorOutput
IviRFSigGenLFGeneratorOutput Capability Group
C Function Prototype
ViStatus IviRFSigGen_ConfigureLFGeneratorOutput (ViSession vi, ViReal64 amplitude, ViBoolean enabled);
Purpose
This function sets the output voltage and enables the LF 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 |
amplitude | ViReal64 | Specifies the output voltage the of the LF generator. The driver uses this value to set the IVIRFSIGGEN_ATTR_LF_GENERATOR_OUTPUT_AMPLITUDE attribute. Units: Volts peak to peak. Default Value: 0.0 |
enabled | ViBoolean | Specifies whether the LF generator applies an output signal or not. The driver uses this value to set the IVIRFSIGGEN_ATTR_LF_GENERATOR_OUTPUT_ENABLED attribute. Valid Values: VI_TRUE; VI_FALSE Default Value: VI_FALSE |