Measurement

SCPI Command :

[SENSe]:CONFigure:MEASurement
class MeasurementCls[source]

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

get() RsFsw.enums.Temperature[source]
# SCPI: [SENSe]:CONFigure:MEASurement
value: enums.Temperature = driver.applications.k30NoiseFigure.sense.configure.measurement.get()

Selects the type of power measurement to perform next. The command is available for manual measurements (see[SENSe:]CONFigure:CONTrol ) .

return

measurement: HOT | COLD COLD Performs the ‘Level (Cold) ‘ measurement next. HOT Performs the ‘Level (Hot) ‘ measurement next.

set(measurement: RsFsw.enums.Temperature) None[source]
# SCPI: [SENSe]:CONFigure:MEASurement
driver.applications.k30NoiseFigure.sense.configure.measurement.set(measurement = enums.Temperature.COLD)

Selects the type of power measurement to perform next. The command is available for manual measurements (see[SENSe:]CONFigure:CONTrol ) .

param measurement

HOT | COLD COLD Performs the ‘Level (Cold) ‘ measurement next. HOT Performs the ‘Level (Hot) ‘ measurement next.