Scst
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:RPA:KZERo:SCST
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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. Prerequisites for this command
Bandwidth part with 60 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: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. Prerequisites for this command
Bandwidth part with 60 kHz subcarrier spacing is available.
- Parameters:
offset – -6 | 0 | 6
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)