Apm
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PRACh:APM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PRACh:APM value: bool = driver.applications.k10Xlte.configure.lte.uplink.cc.prach.apm.get(carrierComponent = repcap.CarrierComponent.Default)
Turns automatic preamble mapping for the PRACH on and off.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PRACh:APM driver.applications.k10Xlte.configure.lte.uplink.cc.prach.apm.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns automatic preamble mapping for the PRACH on and off.
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)