Mcarrier

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CAGGregation:MCARrier
class McarrierCls[source]

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

get(segment=Segment.Default) MeasCarrier[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CAGGregation:MCARrier
value: enums.MeasCarrier = driver.configure.lteMeas.multiEval.listPy.segment.carrierAggregation.mcarrier.get(segment = repcap.Segment.Default)

No command help available

param segment:

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

return:

meas_carrier: No help available

set(meas_carrier: MeasCarrier, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CAGGregation:MCARrier
driver.configure.lteMeas.multiEval.listPy.segment.carrierAggregation.mcarrier.set(meas_carrier = enums.MeasCarrier.PCC, segment = repcap.Segment.Default)

No command help available

param meas_carrier:

No help available

param segment:

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

Cloning the Group

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

Subgroups