Scc<SecondaryCC>

RepCap Settings

# Range: CC1 .. CC7
rc = driver.lteMeas.multiEval.trace.iemissions.ulca.scc.repcap_secondaryCC_get()
driver.lteMeas.multiEval.trace.iemissions.ulca.scc.repcap_secondaryCC_set(repcap.SecondaryCC.CC1)

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:IEMissions:ULCA:SCC<Nr>
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:IEMissions:ULCA:SCC<Nr>
class SccCls[source]

Scc commands group definition. 2 total commands, 0 Subgroups, 2 group commands Repeated Capability: SecondaryCC, default value after init: SecondaryCC.CC1

fetch(secondaryCC=SecondaryCC.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:IEMissions:ULCA:SCC<Nr>
value: List[float] = driver.lteMeas.multiEval.trace.iemissions.ulca.scc.fetch(secondaryCC = repcap.SecondaryCC.Default)

No command help available

Suppressed linked return values: reliability

param secondaryCC:

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

return:

power: No help available

read(secondaryCC=SecondaryCC.Default) List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:IEMissions:ULCA:SCC<Nr>
value: List[float] = driver.lteMeas.multiEval.trace.iemissions.ulca.scc.read(secondaryCC = repcap.SecondaryCC.Default)

No command help available

Suppressed linked return values: reliability

param secondaryCC:

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

return:

power: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.lteMeas.multiEval.trace.iemissions.ulca.scc.clone()