State
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:LTE:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# 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. Prerequisites for this command
Select subcarrier spacing of 15 kHz (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.sspacing.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# 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. Prerequisites for this command
Select subcarrier spacing of 15 kHz (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.sspacing.set()) .
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)