Zeroes the instrument at a specific channel.
CalPwrMeterZero (nChannel, plStatus)
Name |
Type |
Comments |
nChannel |
SHORT |
Select channel (1-based). |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
The function zeroes the instrument at a specific channel. The channel should be disconnected before zeroing.
The following example zeroes channel 1 of the instrument.
LONG lStatus;
CalPwrMeterZero (1 &lStatus);