AcSpacing

SCPI Command :

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

AcSpacing commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CAGGregation:ACSPacing
driver.configure.lteMeas.multiEval.listPy.segment.carrierAggregation.acSpacing.set(segment = repcap.Segment.Default)

Adjusts the component carrier frequencies in segment <no>, so that the carriers are aggregated contiguously.

param segment:

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

set_with_opc(segment=Segment.Default, opc_timeout_ms: int = -1) None[source]