Snumber
SCPI Command :
[SENSe]:CORRection:CVL:SNUMber
- class SnumberCls[source]
Snumber commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(serial_no: str) str [source]
# SCPI: [SENSe]:CORRection:CVL:SNUMber value: str = driver.applications.k60Transient.sense.correction.cvl.snumber.get(serial_no = 'abc')
Defines the serial number of the mixer for which the conversion loss table is to be used. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.
- param serial_no
Serial number with a maximum of 16 characters
- return
serial_no: Serial number with a maximum of 16 characters
- set(serial_no: str) None [source]
# SCPI: [SENSe]:CORRection:CVL:SNUMber driver.applications.k60Transient.sense.correction.cvl.snumber.set(serial_no = 'abc')
Defines the serial number of the mixer for which the conversion loss table is to be used. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.
- param serial_no
Serial number with a maximum of 16 characters