FrIndex

SCPI Command :

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

Selects the PRACH frequency index.

Parameters:

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

Returns:

frequency_index: numeric value (integer only)

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

Selects the PRACH frequency index.

Parameters:
  • frequency_index – numeric value (integer only)

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