Stat
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PBCH:STAT
- class StatCls[source]
Stat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) bool [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PBCH:STAT value: bool = driver.applications.k10Xlte.configure.lte.downlink.cc.pbch.stat.get(carrierComponent = repcap.CarrierComponent.Default)
Turns the PBCH on and off.
- 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[:LTE]:DL[:CC<cc>]:PBCH:STAT driver.applications.k10Xlte.configure.lte.downlink.cc.pbch.stat.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns the PBCH on and off.
- param state
ON | OFF | 1 | 0
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)