Measurement

SCPI Commands

SENSe:CONFigure:MEASurement
class MeasurementCls[source]

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

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

This command 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 Power (Cold) measurement next. HOT Performs the Power (Hot) measurement next.

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

This command 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 Power (Cold) measurement next. HOT Performs the Power (Hot) measurement next.