Rset

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:RSET
class RsetCls[source]

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.RestrictedPrachSet[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:RSET
value: enums.RestrictedPrachSet = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.rset.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the restricted set for the PRACH.

param carrierComponent

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

return

type_py: NONE | A | B Restricted sets Type A and Type B are only supported by PRACH formats 0 to 3 (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Prach.FormatPy.set) .

set(type_py: RsFsw.enums.RestrictedPrachSet, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:RSET
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.rset.set(type_py = enums.RestrictedPrachSet.A, carrierComponent = repcap.CarrierComponent.Default)

Selects the restricted set for the PRACH.

param type_py

NONE | A | B Restricted sets Type A and Type B are only supported by PRACH formats 0 to 3 (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’)