State
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock[:STATe<ss>]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, ssBlock=SsBlock.Default) bool[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
ssBlock – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SsBlock’)
- Returns:
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]
# 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.
- Parameters:
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) .
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
ssBlock – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘SsBlock’)