Average

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:EPSensor:AVERage:APERture
class AverageCls[source]

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

get_aperture() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:EPSensor:AVERage:APERture
value: float = driver.configure.gprfMeasurement.extPwrSensor.average.get_aperture()

Defines the size of the acquisition interval.

return:

aperture: Range: 10E-6 s to 0.3 s, Unit: s

set_aperture(aperture: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:EPSensor:AVERage:APERture
driver.configure.gprfMeasurement.extPwrSensor.average.set_aperture(aperture = 1.0)

Defines the size of the acquisition interval.

param aperture:

Range: 10E-6 s to 0.3 s, Unit: s