State

SCPI Command :

CONFigure[:LTE]:CAGGregation:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# 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.k10Xlte.configure.lte.noCc.set() .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# 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.k10Xlte.configure.lte.noCc.set() .

Parameters:

state – ON | OFF | 1 | 0