Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:AVERage value: List[float] = driver.niotMeas.multiEval.trace.seMask.average.fetch()
Returns the values of the spectrum emission traces. The results of the current, average and maximum traces can be retrieved. See also ‘Square Spectrum Emission Mask’.
Suppressed linked return values: reliability
- return:
power: Comma-separated list of 1067 power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results equals 3.75 kHz.
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:AVERage value: List[float] = driver.niotMeas.multiEval.trace.seMask.average.read()
Returns the values of the spectrum emission traces. The results of the current, average and maximum traces can be retrieved. See also ‘Square Spectrum Emission Mask’.
Suppressed linked return values: reliability
- return:
power: Comma-separated list of 1067 power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results equals 3.75 kHz.