State

SCPI Command :

CONFigure[:LTE]:CAGGregation:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: CONFigure[:LTE]:CAGGregation:STATe
value: bool = driver.applications.k10Xlte.configure.lte.caggregation.state.get()

Turns carrier aggregation for time alignment error measurements on and off. You can select the number of component carriers with method RsFsw.Applications.K10x_Lte.Configure.Lte.NoCc.set.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: CONFigure[:LTE]:CAGGregation:STATe
driver.applications.k10Xlte.configure.lte.caggregation.state.set(state = False)

Turns carrier aggregation for time alignment error measurements on and off. You can select the number of component carriers with method RsFsw.Applications.K10x_Lte.Configure.Lte.NoCc.set.

param state

ON | OFF | 1 | 0