
Agilent B1500A/B1505A Programming Guide, Edition 11 4-69
Command Reference
CORRST?
The correction function is set to OFF by turning off power or by the CORRST or
*RST command. The correction data is cleared by turning off power or by the
CLCORR, CORRL, or DCORR command. If the correction function is set to ON
after the *RST command, the correction function uses the memorized correction
data.
Syntax CORRST chnum
,corr,state
Parameters chnum : MFCMU channel number. Integer expression. 1 to 10 or 101 to 1001.
See Table 4-1 on page 4-16.
corr : Correction mode. Integer expression. 1, 2, or 3.
1: Open correction
2: Short correction
3: Load correction
state : Correction function state. Integer expression. 0 (OFF) or 1 (ON).
CORRST?
This command returns the MFCMU open/short/load correction function ON or OFF.
Syntax CORRST? chnum
,corr
Parameters chnum : MFCMU channel number. Integer expression. 1 to 10 or 101 to 1001.
See Table 4-1 on page 4-16.
corr : Correction mode. Integer expression. 1, 2, or 3.
1: Open correction
2: Short correction
3: Load correction
Query Response status<CR/LF^EOI>
0: Disable (correction OFF)
1: Enable (correction ON)
Example
Statements
OUTPUT @B1500;"CORRST 9,3,1"
OUTPUT @B1500;"CORRST? 9,3"
ENTER @B1500;Status
The above example returns Status=1.
Komentáře k této Příručce