Select

SCPI Command :

[SENSe]:CORRection:LOSS:INPut:TABLe:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:CORRection:LOSS:INPut:TABLe:SELect
value: str = driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.table.select.get()

Selects an input loss table.

Returns:

table_name: String containing the table name.

set(table_name: str) None[source]
# [SENSe]:CORRection:LOSS:INPut:TABLe:SELect
driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.table.select.set(table_name = 'abc')

Selects an input loss table.

Parameters:

table_name – String containing the table name.