Current

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch(rBWkHz=RBWkHz.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent
value: List[float] = driver.lteMeas.multiEval.trace.seMask.rbw.current.fetch(rBWkHz = repcap.RBWkHz.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 rBWkHz:

optional repeated capability selector. Default value: Rbw30 (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. For RBW100 and greater, results are only available for frequencies with active limits using these RBWs. For other frequencies, INV is returned.

read(rBWkHz=RBWkHz.Default) List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:SEMask:RBW<kHz>:CURRent
value: List[float] = driver.lteMeas.multiEval.trace.seMask.rbw.current.read(rBWkHz = repcap.RBWkHz.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 rBWkHz:

optional repeated capability selector. Default value: Rbw30 (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. For RBW100 and greater, results are only available for frequencies with active limits using these RBWs. For other frequencies, INV is returned.