CalFreqRefSetOutputState

Purpose

Sets the Output State of the Frequency Reference.

Syntax

CalFreqRefSetOutputState (hHandle, enumCalFreqRefOutputState, plStatus)

Parameters

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.

Comments

This function sets the Output State of the Function Reference.

Example

The following example sets the Output State to ON:

 

LONG   lHandle, lStatus;

 

CalFreqRefSetOutputState (lHandle, aCalFreqRefOutputStateOn, &lStatus);

 

See Also

CalFreqRefSetAmplitude, CalFreqRefSetFrequency