State
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:LTE:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) bool [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:LTE:STATe value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.state.get(carrierComponent = repcap.CarrierComponent.Default)
- Turns coexistence with LTE resources on and off.
INTRO_CMD_HELP: Prerequisites for this command
Select subcarrier spacing of 15 kHz (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Sspacing.set) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:LTE:STATe driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
- Turns coexistence with LTE resources on and off.
INTRO_CMD_HELP: Prerequisites for this command
Select subcarrier spacing of 15 kHz (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Sspacing.set) .
- param state
ON | OFF | 1 | 0
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)