Sets the Output State of the Function Generator.
CalFgenSetOutputState (hHandle, enOutputState, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Function Generator. |
enOutputState |
LONG |
Set the FGEN Output State.0. aOutputStateOn: Output is enabled.1. aOutputStateOff: Output is disabled. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function sets the Output State of the Function Generator.
The following example sets the Output State to ON:
LONG lHandle, lStatus;
CalFgenSetOutputState (lHandle, aOutputStateOn, &lStatus);