Scot
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:RPA:KZERo:SCOT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:RPA:KZERo:SCOT value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rpa.kzero.scot.get(carrierComponent = repcap.CarrierComponent.Default)
Defines an offset relative to reference point A for bandwidth parts with 120 kHz subcarrier spacing. Prerequisites for this command
Bandwidth part with 120 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]:DL[:CC<cc>]:RPA:KZERo:SCOT driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rpa.kzero.scot.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines an offset relative to reference point A for bandwidth parts with 120 kHz subcarrier spacing. Prerequisites for this command
Bandwidth part with 120 kHz subcarrier spacing is available.
- Parameters:
offset – -6 | 0 | 6
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)