Detection
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:DETection
- class DetectionCls[source]
Detection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) RsFsw.enums.AutoManualMode [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:DETection value: enums.AutoManualMode = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.detection.get(carrierComponent = repcap.CarrierComponent.Default)
Turns automatic detection of the synchronization signal configuration on and off.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
mode: AUTO Automatically detects the following synchronization signal properties. - Subcarrier spacing - SS/PBCH block pattern - RB offset - Additional subcarrier offset - Cell ID MANual Lets you configure the SS/PBCH block manually.
- set(mode: RsFsw.enums.AutoManualMode, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:DETection driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.detection.set(mode = enums.AutoManualMode.AUTO, carrierComponent = repcap.CarrierComponent.Default)
Turns automatic detection of the synchronization signal configuration on and off.
- param mode
AUTO Automatically detects the following synchronization signal properties. - Subcarrier spacing - SS/PBCH block pattern - RB offset - Additional subcarrier offset - Cell ID MANual Lets you configure the SS/PBCH block manually.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)