SCPI Command
SENSe<Ch>:CORRection:COLLect:CKIT:LABel <string>
SENSe<Ch>:CORRection:COLLect:CKIT:LABel?
Sets or reads out the calibration kit label. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<string>, up to 254 characters
<string>
Calibration > Calibration Kit > Edit Cal Kit > Label
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.LABel
Dim Lab As String
Lab = app.SCPI.SENSe(Ch).CORRection.COLLect.CKIT.LABel
app.SCPI.SENSe(Ch).CORRection.COLLect.CKIT.LABel = "User1"
Type
String (read/write)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)