Measurement

SCPI Command :

[SENSe]:CONFigure:MEASurement
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() Temperature[source]
# [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 (seemethod RsFsw.applications.k30NoiseFigure.sense.configure.control.set() ) .

Returns:

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

set(measurement: Temperature) None[source]
# [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 (seemethod RsFsw.applications.k30NoiseFigure.sense.configure.control.set() ) .

Parameters:

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