Select

SCPI Command :

[SENSe][:LTE][:CC<cc>]:PREamble:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select PRACH analysis mode ([SENSe:][LTE:]UL:DEMod:MODE) .

param carrierComponent

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

return

subframe: No help available

set(subframe: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select PRACH analysis mode ([SENSe:][LTE:]UL:DEMod:MODE) .

param subframe

No help available

param carrierComponent

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