Stat
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PBCH:STAT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# 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.
- 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[: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.
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)