CalScopeSetupInputImpedance

Purpose

Sets the specified channel’s input impedance.

Syntax

CalScopeSetupInputImpedance (hHandle, nChannel, lInputImpedance, plStatus)

Parameters

Name
Type
Comments
hHandle
LONG
Handle for a Oscilloscope.
nChannel
SHORT
Select channel (0-based).
lInputImpedance
LONG
Specified channel’s input impedance:
0.      Input Impedance is 1MOhms.
1.    Input Impedance is 50Ohms.
plStatus
PLONG
Returned status: 0 on success, negative number on failure.

Example

The following example sets channel 0 input impedance to 50Ohms:

 

LONG   lHandle, lStatus;

 

CalScopeSetupInputImpedance (lHandle, 0, 1, &lStatus);

 

See Also

CalScopeSetupAuto, CalScopeGetInfo, CalScopeMeasure, CalScopeReset, CalScopeSetupAcquisition, CalScopeSetupChannel, CalScopeGetError