Current

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:AREA<area>:POSitive:CURRent
class CurrentCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Rbw: enums.RbwB: Used resolution bandwidth (configured via limit settings) . K030: 30 kHz K100: 100 kHz K400: 400 kHz M1: 1 MHz PC1: 1 % of channel BW PC2: 2 % of channel BW

  • Power: List[float]: Comma-separated list of power results If the limit check is disabled for the area, INV is returned.

fetch(area=Area.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:AREA<area>:POSitive:CURRent
value: FetchStruct = driver.nrSubMeas.multiEval.trace.seMask.area.positive.current.fetch(area = repcap.Area.Default)

Returns the measured power values for a single spectrum emission mask area with enabled limit check. The results of the current, average and maximum traces can be retrieved. The area is located below (NEGative) or above (POSitive) the carrier center frequency. See also ‘Square Spectrum Emission Mask’.

param area:

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

return:

structure: for return value, see the help for FetchStruct structure arguments.