Mode

SCPI Command :

[SENSe]:CORRection:LOSS:OUTPut: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:OUTPut:MODE
value: enums.CorrectionMode = driver.applications.k30NoiseFigure.sense.correction.loss.output.mode.get()

Selects the output loss mode.

return

mode: SPOT | TABLe SPOT Uses a constant output loss value for all measurement points (see[SENSe:]CORRection:LOSS:OUTPut:SPOT ) . TABLe Uses the contents of the output loss table.

set(mode: RsFsw.enums.CorrectionMode) None[source]
# SCPI: [SENSe]:CORRection:LOSS:OUTPut:MODE
driver.applications.k30NoiseFigure.sense.correction.loss.output.mode.set(mode = enums.CorrectionMode.SPOT)

Selects the output loss mode.

param mode

SPOT | TABLe SPOT Uses a constant output loss value for all measurement points (see[SENSe:]CORRection:LOSS:OUTPut:SPOT ) . TABLe Uses the contents of the output loss table.