IviPwrMeter_ConfigureRefOscillatorEnabled
IviPwrMeterReferenceOscillator Capability Group
C Function Prototype
ViStatus IviPwrMeter_ConfigureRefOscillatorEnabled (ViSession vi, ViBoolean referenceOscillatorEnabled);
Purpose
This function enables or disables the reference oscillator.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The ViSession handle that you obtain from the IviPwrMeter_init or IviPwrMeter_InitWithOptions function. The handle identifies a particular instrument session. Default Value: None |
referenceOscillatorEnabled | ViBoolean | Pass VI_TRUE to enable the reference oscillator. Pass VI_FALSE to disable the reference oscillator. The driver sets the IVIPWRMETER_ATTR_REF_OSCILLATOR_ENABLED attribute to this value. Valid Values: VI_TRUE - "On" VI_FALSE - "Off" Default Value: VI_TRUE - "On" |