Configures the selected channel settings.
CalScopeSetupChannel (hHandle, nChannel, dAmplitude, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Oscilloscope. |
nChannel |
SHORT |
Select channel (0-based). |
dAmplitude |
DOUBLE |
Set the full scale acquisition range in volts for the specified input channel. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
The function configures the selected channel settings including the input amplitude.
The following example sets channel 0 with 10V peak-to-peak:
LONG lHandle, lStatus;
CalScopeSetupChannel (lHandle, 0, 10, &lStatus);
CalScopeSetupAuto, CalScopeGetInfo, CalScopeMeasure, CalScopeReset, CalScopeSetupAcquisition, CalScopeSetupHorizontal, CalScopeGetError