Scc<SecondaryCC>

RepCap Settings

# Range: CC1 .. CC7
rc = driver.configure.multiEval.listPy.segment.scc.repcap_secondaryCC_get()
driver.configure.multiEval.listPy.segment.scc.repcap_secondaryCC_set(repcap.SecondaryCC.CC1)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCC<c>
class SccCls[source]

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

class SccStruct[source]

Response structure. Fields:

  • Frequency: float: No parameter help available

  • Ch_Bandwidth: enums.ChannelBandwidth: No parameter help available

get(segment=Segment.Default, secondaryCC=SecondaryCC.Default) SccStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCC<c>
value: SccStruct = driver.configure.multiEval.listPy.segment.scc.get(segment = repcap.Segment.Default, secondaryCC = repcap.SecondaryCC.Default)

No command help available

param segment:

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

param secondaryCC:

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

return:

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

set(frequency: float, ch_bandwidth: ChannelBandwidth, segment=Segment.Default, secondaryCC=SecondaryCC.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCC<c>
driver.configure.multiEval.listPy.segment.scc.set(frequency = 1.0, ch_bandwidth = enums.ChannelBandwidth.B014, segment = repcap.Segment.Default, secondaryCC = repcap.SecondaryCC.Default)

No command help available

param frequency:

No help available

param ch_bandwidth:

No help available

param segment:

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

param secondaryCC:

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

Cloning the Group

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