Select

SCPI Command :

[SENSe][:LTE][:CC<cc>]:CWORd: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>]:CWORd:SELect
value: float = driver.applications.k10Xlte.sense.lte.cc.cword.select.get(carrierComponent = repcap.CarrierComponent.Default)

No command help available

param carrierComponent

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

return

codeword: No help available

set(codeword: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [SENSe][:LTE][:CC<cc>]:CWORd:SELect
driver.applications.k10Xlte.sense.lte.cc.cword.select.set(codeword = 1.0, carrierComponent = repcap.CarrierComponent.Default)

No command help available

param codeword

No help available

param carrierComponent

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