Select
SCPI Command :
[SENSe][:LTE][:CC<cc>]:PREamble:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe][:LTE][:CC<cc>]:PREamble:SELect value: float = driver.applications.k10Xlte.sense.lte.cc.preamble.select.get(carrierComponent = repcap.CarrierComponent.Default)
Selects a certain preamble for measurements that analyze individual preambles. Prerequisites for this command
Select PRACH analysis mode (method
RsFsw.applications.k10Xlte.sense.lte.uplink.demod.mode.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- set(subframe: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe][:LTE][:CC<cc>]:PREamble:SELect driver.applications.k10Xlte.sense.lte.cc.preamble.select.set(subframe = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects a certain preamble for measurements that analyze individual preambles. Prerequisites for this command
Select PRACH analysis mode (method
RsFsw.applications.k10Xlte.sense.lte.uplink.demod.mode.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)