Select
SCPI Command :
[SENSe]:CORRection:ENR:CALibration:TABLe:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [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 method
RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.table.select.set(). 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) .- Returns:
table_name: String containing the table name.
- set(table_name: str) None[source]
# [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 method
RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.table.select.set(). 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) .- Parameters:
table_name – String containing the table name.