Mode
SCPI Command :
[SENSe]:CORRection:LOSS: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:LOSS:CALibration:MODE value: enums.CorrectionMode = driver.applications.k30NoiseFigure.sense.correction.loss.calibration.mode.get()
Selects the input loss mode.
- return
mode: SPOT | TABLe SPOT Uses a constant calibration loss value for all measurement points (see [SENSe:]CORRection:LOSS:CALibration:SPOT) . TABLe Uses the contents of the calibration loss table.
- set(mode: RsFsw.enums.CorrectionMode) None [source]
# SCPI: [SENSe]:CORRection:LOSS:CALibration:MODE driver.applications.k30NoiseFigure.sense.correction.loss.calibration.mode.set(mode = enums.CorrectionMode.SPOT)
Selects the input loss mode.
- param mode
SPOT | TABLe SPOT Uses a constant calibration loss value for all measurement points (see [SENSe:]CORRection:LOSS:CALibration:SPOT) . TABLe Uses the contents of the calibration loss table.