Current
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch(rbw=Rbw.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent value: List[float] = driver.nrSubMeas.multiEval.trace.seMask.rbw.current.fetch(rbw = repcap.Rbw.Default)
Returns the values of the spectrum emission traces. Separate traces are available for the individual resolution bandwidths (<kHz>) . The results of the current, average and maximum traces can be retrieved. See also ‘View Spectrum Emission Mask’.
Use RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.
- param rbw:
optional repeated capability selector. Default value: Bw1 (settable in the interface ‘Rbw’)
- return:
power: float Comma-separated list of power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results depends on the resolution bandwidth, see table below. If there is no result for a frequency because no limit is defined, INV is returned. Unit: dBm
- read(rbw=Rbw.Default) List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent value: List[float] = driver.nrSubMeas.multiEval.trace.seMask.rbw.current.read(rbw = repcap.Rbw.Default)
Returns the values of the spectrum emission traces. Separate traces are available for the individual resolution bandwidths (<kHz>) . The results of the current, average and maximum traces can be retrieved. See also ‘View Spectrum Emission Mask’.
Use RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.
- param rbw:
optional repeated capability selector. Default value: Bw1 (settable in the interface ‘Rbw’)
- return:
power: float Comma-separated list of power results The value in the middle of the result array corresponds to the center frequency. The test point separation between two results depends on the resolution bandwidth, see table below. If there is no result for a frequency because no limit is defined, INV is returned. Unit: dBm