Detection
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:DETection
- class DetectionCls[source]
Detection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) RsFsw.enums.AutoManualMode [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:DETection value: enums.AutoManualMode = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.detection.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Turns automatic detection of the bandwidth part configuration on and off.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param frame
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param bwPart
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
- return
state: AUTO Automatically detects the following signal properties. - Bandwidth part configuration - Slot configuration - PDSCH and CORESET configuration MANual Lets you configure the bandwidth parts manually.
- set(state: RsFsw.enums.AutoManualMode, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:DETection driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.detection.set(state = enums.AutoManualMode.AUTO, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Turns automatic detection of the bandwidth part configuration on and off.
- param state
AUTO Automatically detects the following signal properties. - Bandwidth part configuration - Slot configuration - PDSCH and CORESET configuration MANual Lets you configure the bandwidth parts manually.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param frame
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param bwPart
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)