Conf

SCPI Command :

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

Selects the PRACH preamble format.

Parameters:

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

Returns:

configuration: numeric value (integer only)

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

Selects the PRACH preamble format.

Parameters:
  • configuration – numeric value (integer only)

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