Preamble

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:PREamble
class PreambleCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:PREamble
value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.preamble.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the PRACH preamble index.

param carrierComponent

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

return

index: No help available

set(index: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:PREamble
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.preamble.set(index = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the PRACH preamble index.

param index

Component Carrier

param carrierComponent

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