Select

SCPI Command :

[SENSe]:CORRection:ENR:CALibration:TABLe:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: [SENSe]:CORRection:ENR:CALibration:TABLe:SELect
value: str = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.table.select.get()

Selects an ENR or temperature table for calibration. Note that the contents of the table are independent of whether you use it for calibration or the actual measurement. When you want to edit a table, regardless if you want to use it later for a measurement or for calibration, you have to use [SENSe:]CORRection:ENR[:MEASurement]:TABLe:SELect. This command only selects a table for calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .

return

table_name: String containing the table name.

set(table_name: str) None[source]
# SCPI: [SENSe]:CORRection:ENR:CALibration:TABLe:SELect
driver.applications.k30NoiseFigure.sense.correction.enr.calibration.table.select.set(table_name = 'abc')

Selects an ENR or temperature table for calibration. Note that the contents of the table are independent of whether you use it for calibration or the actual measurement. When you want to edit a table, regardless if you want to use it later for a measurement or for calibration, you have to use [SENSe:]CORRection:ENR[:MEASurement]:TABLe:SELect. This command only selects a table for calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .

param table_name

String containing the table name.