Mode

SCPI Command :

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

Selects the ENR mode for the actual measurement.

Returns:

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

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

Selects the ENR mode for the actual measurement.

Parameters:

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