Select

SCPI Command :

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

Selects an ENR or temperature table for 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 this command. method RsFsw.applications.k30NoiseFigure.sense.correction.enr.calibration.table.select.set() only selects a table for calibration.

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

Selects an ENR or temperature table for 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 this command. method RsFsw.applications.k30NoiseFigure.sense.correction.enr.calibration.table.select.set() only selects a table for calibration.