Current
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:CURRent
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:SEMask:CURRent value: List[float] = driver.niotMeas.multiEval.trace.seMask.current.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:CURRent value: List[float] = driver.niotMeas.multiEval.trace.seMask.current.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.