Mode

SCPI Command :

[SENSe]:CORRection:LOSS:INPut:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() CorrectionMode[source]
# [SENSe]:CORRection:LOSS:INPut:MODE
value: enums.CorrectionMode = driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.mode.get()

Selects the input loss mode.

Returns:

mode: SPOT | TABLe SPOT Uses a constant input loss value for all measurement points (seemethod RsFsw.applications.k30NoiseFigure.sense.correction.loss.inputPy.spot.set() ) . TABLe Uses the contents of the input loss table.

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

Selects the input loss mode.

Parameters:

mode – SPOT | TABLe SPOT Uses a constant input loss value for all measurement points (seemethod RsFsw.applications.k30NoiseFigure.sense.correction.loss.inputPy.spot.set() ) . TABLe Uses the contents of the input loss table.