Scns

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:RPA:KZERo:SCNS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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. Prerequisites for this command

  • Bandwidth part with 960 kHz subcarrier spacing is available.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Returns:

offset: -6 | 0 | 6

set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# 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. Prerequisites for this command

  • Bandwidth part with 960 kHz subcarrier spacing is available.

Parameters:
  • offset – -6 | 0 | 6

  • carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)