Mode
SCPI Command :
[SENSe]:CORRection:ENR:CALibration:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.CorrectionMode [source]
# SCPI: [SENSe]:CORRection:ENR:CALibration:MODE value: enums.CorrectionMode = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.mode.get()
Selects the ENR mode for the calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .
- return
mode: SPOT | TABLe SPOT Uses a constant ENR value for all measurement points (see [SENSe:]CORRection:ENR:CALibration:SPOT) . TABLe Uses the contents of the ENR table.
- set(mode: RsFsw.enums.CorrectionMode) None [source]
# SCPI: [SENSe]:CORRection:ENR:CALibration:MODE driver.applications.k30NoiseFigure.sense.correction.enr.calibration.mode.set(mode = enums.CorrectionMode.SPOT)
Selects the ENR mode for the calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .
- param mode
SPOT | TABLe SPOT Uses a constant ENR value for all measurement points (see [SENSe:]CORRection:ENR:CALibration:SPOT) . TABLe Uses the contents of the ENR table.