Rset

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:RSET
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) RestrictedPrachSet[source]
# 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.

Parameters:

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

Returns:

type_py: NONE | A | B Restricted sets Type A and Type B are only supported by PRACH formats 0 to 3 (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set() ) .

set(type_py: RestrictedPrachSet, carrierComponent=CarrierComponent.Default) None[source]
# 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.

Parameters:
  • type_py – NONE | A | B Restricted sets Type A and Type B are only supported by PRACH formats 0 to 3 (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set() ) .

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