Mode
SCPI Command :
[SENSe]:CORRection:LOSS:OUTPut:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() CorrectionMode[source]
# [SENSe]:CORRection:LOSS:OUTPut:MODE value: enums.CorrectionMode = driver.applications.k30NoiseFigure.sense.correction.loss.output.mode.get()
Selects the output loss mode.
- Returns:
mode: SPOT | TABLe SPOT Uses a constant output loss value for all measurement points (seemethod
RsFsw.applications.k30NoiseFigure.sense.correction.loss.output.spot.set()) . TABLe Uses the contents of the output loss table.
- set(mode: CorrectionMode) None[source]
# [SENSe]:CORRection:LOSS:OUTPut:MODE driver.applications.k30NoiseFigure.sense.correction.loss.output.mode.set(mode = enums.CorrectionMode.SPOT)
Selects the output loss mode.
- Parameters:
mode – SPOT | TABLe SPOT Uses a constant output loss value for all measurement points (seemethod
RsFsw.applications.k30NoiseFigure.sense.correction.loss.output.spot.set()) . TABLe Uses the contents of the output loss table.