Mode

SCPI Command :

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

Selects the input loss mode.

return

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

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

Selects the input loss mode.

param mode

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