HfIndicator

SCPI Command :

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

Defines the PRACH half frame indicator.

Parameters:

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

Returns:

indicator: numeric value Unit: dB

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

Defines the PRACH half frame indicator.

Parameters:
  • indicator – numeric value Unit: dB

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