Current

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:IEMission:MARGin:CURRent
class CurrentCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: No parameter help available

  • 2 Seg_Reliability: int: No parameter help available

  • 3 Statist_Expired: int: No parameter help available

  • 4 Out_Of_Tolerance: int: No parameter help available

  • 5 Margin: float: No parameter help available

fetch(segment=Segment.Default) FetchStruct[source]

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:IEMission:MARGin:CURRent

Snippet: value: FetchStruct = driver.multiEval.listPy.segment.inbandEmission.margin.current.fetch(segment = repcap.Segment.Default)

No command help available

param segment:

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

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.listPy.segment.inbandEmission.margin.current.clone()

Subgroups