Scs
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:SCS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) SubcarrierSpacingNr5G[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:SCS value: enums.SubcarrierSpacingNr5G = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.scs.get(carrierComponent = repcap.CarrierComponent.Default)
Select the subcarrier spacing of the PRACH.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
subcarrier_spacing: SS1_25 | SS5 | SS15 | SS30 | SS60 | SS120 | SS480 | SS960 The availability of subcarrier spacings depends on the selected deployment and PRACH format (method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set()and methodRsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set()) .
- set(subcarrier_spacing: SubcarrierSpacingNr5G, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:SCS driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.scs.set(subcarrier_spacing = enums.SubcarrierSpacingNr5G.SS1_25, carrierComponent = repcap.CarrierComponent.Default)
Select the subcarrier spacing of the PRACH.
- Parameters:
subcarrier_spacing – SS1_25 | SS5 | SS15 | SS30 | SS60 | SS120 | SS480 | SS960 The availability of subcarrier spacings depends on the selected deployment and PRACH format (method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set()and methodRsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set()) .carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)