Select
SCPI Command :
[SENSe]:CORRection:ENR[:MEASurement]:TABLe:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [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. [SENSe:]CORRection:ENR:CALibration:TABLe:SELect only selects a table for calibration.
- return
table_name: No help available
- set(table_name: str) None [source]
# SCPI: [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. [SENSe:]CORRection:ENR:CALibration:TABLe:SELect only selects a table for calibration.
- param table_name
No help available