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