Scs

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:SCS
class ScsCls[source]

Scs commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.SubcarrierSpacingNr5G[source]
# SCPI: 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.

param carrierComponent

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

return

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.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.DfRange.set and method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Prach.FormatPy.set) .

set(subcarrier_spacing: RsFsw.enums.SubcarrierSpacingNr5G, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param 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.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.DfRange.set and method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Prach.FormatPy.set) .

param carrierComponent

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