Sets the Output State of the Frequency Reference.
CalFreqRefSetOutputState (hHandle, enumCalFreqRefOutputState, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Function Reference. |
enumCalFreqRefOutputState |
LONG |
Set the Function Reference Output State.0. aCalFreqRefOutputStateOff: Output is disabled.1. aCalFreqRefOutputStateOn: Output is enabled. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function sets the Output State of the Function Reference.
The following example sets the Output State to ON:
LONG lHandle, lStatus;
CalFreqRefSetOutputState (lHandle, aCalFreqRefOutputStateOn, &lStatus);