Scst

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:RPA:KZERo:SCST
class ScstCls[source]

Scst 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:SCST
value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rpa.kzero.scst.get(carrierComponent = repcap.CarrierComponent.Default)
Defines an offset relative to reference point A for bandwidth parts with 60 kHz subcarrier spacing.

INTRO_CMD_HELP: Prerequisites for this command

  • Bandwidth part with 60 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:SCST
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rpa.kzero.scst.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines an offset relative to reference point A for bandwidth parts with 60 kHz subcarrier spacing.

INTRO_CMD_HELP: Prerequisites for this command

  • Bandwidth part with 60 kHz subcarrier spacing is available.

param offset

-6 | 0 | 6

param carrierComponent

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