Extreme

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:ULCA[:PCC]:MARGin:EXTReme
class ExtremeCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Margin: float: No parameter help available

fetch() FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:ULCA[:PCC]:MARGin:EXTReme
value: FetchStruct = driver.lteMeas.multiEval.inbandEmission.ulca.pcc.margin.extreme.fetch()

No command help available

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.lteMeas.multiEval.inbandEmission.ulca.pcc.margin.extreme.clone()

Subgroups