SCPI Command
SENSe:CORRection:COLLect:CKIT:STAN<Std>:TYPE <char>
SENSe:CORRection:COLLect:CKIT:STAN<Std>:TYPE?
Sets or reads out the type of calibration standard <Std> in the selected calibration kit. |
---|
command/query |
Target
Standard <Std> of the calibration kit,
<Std>={[1]|2|...N}, where N is the number of the standards in the calibration kit
<char> specifies the type of calibration standard:
OPEN |
Open |
SHORt |
Short |
LOAD |
Load |
THRU |
Thru |
{OPEN|SHOR|LOAD|THRU}
Calibration > Cal Kit > Edit Cal Kit > STD Type > {Open | Short | Load | Thru}
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).TYPE
Param = app.SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).TYPE
app.SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).TYPE = "OPEN"
String (read/write)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)