Lra
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:LRA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) LraValue[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:LRA value: enums.LraValue = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.lra.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PRACH parameter LRA.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
value: L139 | L571 | L839 | L1151 The availability of the parameters depends on the PRACH format and subcarrier spacing. -method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set()-methodRsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.scs.set()
- set(value: LraValue, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:LRA driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.lra.set(value = enums.LraValue.L1151, carrierComponent = repcap.CarrierComponent.Default)
Selects the PRACH parameter LRA.
- Parameters:
value – L139 | L571 | L839 | L1151 The availability of the parameters depends on the PRACH format and subcarrier spacing. -method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set()-methodRsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.scs.set()carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)