Rseq

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PRACh:RSEQ
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PRACh:RSEQ
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.prach.rseq.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the PRACH logical root sequence index.

Parameters:

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

Returns:

index: numeric value (integer only)

set(index: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PRACh:RSEQ
driver.applications.k10Xlte.configure.lte.uplink.cc.prach.rseq.set(index = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the PRACH logical root sequence index.

Parameters:
  • index – numeric value (integer only)

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