Mode

SCPI Commands

SENSe:CORRection:ENR:MEASurement:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

This command selects the ENR mode for the actual measurement.

return

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

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

This command selects the ENR mode for the actual measurement.

param mode

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