Sets the specified channel’s input impedance.
CalScopeSetupInputImpedance (hHandle, nChannel, lInputImpedance, plStatus)
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. |
The following example sets channel 0 input impedance to 50Ohms:
LONG lHandle, lStatus;
CalScopeSetupInputImpedance (lHandle, 0, 1, &lStatus);
CalScopeSetupAuto, CalScopeGetInfo, CalScopeMeasure, CalScopeReset, CalScopeSetupAcquisition, CalScopeSetupChannel, CalScopeGetError