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 ‘Square Spectrum Emission Mask’.

Suppressed linked return values: reliability

param rbw:

optional repeated capability selector. Default value: Bw1 (settable in the interface ‘Rbw’)

return:

power: 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 adjacent 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.

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 ‘Square Spectrum Emission Mask’.

Suppressed linked return values: reliability

param rbw:

optional repeated capability selector. Default value: Bw1 (settable in the interface ‘Rbw’)

return:

power: 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 adjacent 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.