SCPI Command
SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:TYPE?
Sets or reads out the type of calibration standard. |
---|
command/query |
Target
Standard <Std> of the calibration kit specified for channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<Std>={[1]|2|...K}, where K — the number of the standards in the calibration kit
<char> Specifies the type of calibration standard:
OPEN |
Open |
SHORt |
Short |
LOAD |
Load |
THRU |
Thru |
DATA |
Data-based |
{OPEN|SHOR|LOAD|THRU|DATA}
Calibration > Calibration Kit > Edit Cal Kit > Standard Type
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)