Scns
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:RPA:KZERo:SCNS
- class ScnsCls[source]
Scns commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:RPA:KZERo:SCNS value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rpa.kzero.scns.get(carrierComponent = repcap.CarrierComponent.Default)
- Defines an offset relative to reference point A for bandwidth parts with 960 kHz subcarrier spacing.
INTRO_CMD_HELP: Prerequisites for this command
Bandwidth part with 960 kHz subcarrier spacing is available.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
offset: -6 | 0 | 6
- set(offset: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:RPA:KZERo:SCNS driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rpa.kzero.scns.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)
- Defines an offset relative to reference point A for bandwidth parts with 960 kHz subcarrier spacing.
INTRO_CMD_HELP: Prerequisites for this command
Bandwidth part with 960 kHz subcarrier spacing is available.
- param offset
-6 | 0 | 6
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)