Select
SCPI Command :
[SENSe]:CORRection:LOSS:CALibration:TABLe:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:CORRection:LOSS:CALibration:TABLe:SELect value: str = driver.applications.k30NoiseFigure.sense.correction.loss.calibration.table.select.get()
Selects a calibration loss table.
- Returns:
table_name: String containing the table name.
- set(table_name: str) None[source]
# [SENSe]:CORRection:LOSS:CALibration:TABLe:SELect driver.applications.k30NoiseFigure.sense.correction.loss.calibration.table.select.set(table_name = 'abc')
Selects a calibration loss table.
- Parameters:
table_name – String containing the table name.