Select
SCPI Command :
[SENSe]:CORRection:LOSS:INPut:TABLe:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [SENSe]:CORRection:LOSS:INPut:TABLe:SELect value: str = driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.table.select.get()
Selects an input loss table.
- return
table_name: String containing the table name.
- set(table_name: str) None [source]
# SCPI: [SENSe]:CORRection:LOSS:INPut:TABLe:SELect driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.table.select.set(table_name = 'abc')
Selects an input loss table.
- param table_name
String containing the table name.