State
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock[:STATe<ss>]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, ssBlock=SsBlock.Default) bool [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock[:STATe<ss>] value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.state.get(carrierComponent = repcap.CarrierComponent.Default, ssBlock = repcap.SsBlock.Default)
Turns an individual SS/PBCH block on and off.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param ssBlock
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SsBlock’)
- return
state: ALL Turns on all synchronization blocks. NONE Turns off all synchronization blocks. ON | 1 Turns on a single synchronization block (selected by the suffix at STATe) . ON | 1 Turns off a single synchronization block (selected by the suffix at STATe) .
- set(state: bool, carrierComponent=CarrierComponent.Default, ssBlock=SsBlock.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock[:STATe<ss>] driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, ssBlock = repcap.SsBlock.Default)
Turns an individual SS/PBCH block on and off.
- param state
ALL Turns on all synchronization blocks. NONE Turns off all synchronization blocks. ON | 1 Turns on a single synchronization block (selected by the suffix at STATe) . ON | 1 Turns off a single synchronization block (selected by the suffix at STATe) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param ssBlock
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SsBlock’)