Mode

SCPI Command :

[SENSe]:CORRection:ENR:CALibration:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() CorrectionMode[source]
# [SENSe]:CORRection:ENR:CALibration:MODE
value: enums.CorrectionMode = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.mode.get()

Selects the ENR mode for the calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .

Returns:

mode: SPOT | TABLe SPOT Uses a constant ENR value for all measurement points (see method RsFsw.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.set() ) . TABLe Uses the contents of the ENR table.

set(mode: CorrectionMode) None[source]
# [SENSe]:CORRection:ENR:CALibration:MODE
driver.applications.k30NoiseFigure.sense.correction.enr.calibration.mode.set(mode = enums.CorrectionMode.SPOT)

Selects the ENR mode for the calibration. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .

Parameters:

mode – SPOT | TABLe SPOT Uses a constant ENR value for all measurement points (see method RsFsw.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.set() ) . TABLe Uses the contents of the ENR table.