Select

SCPI Command :

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

Filters the results in the constellation diagram by a certain subcarrier.

param carrierComponent

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

return

carrier: ALL Shows the results for all subcarriers. numeric_value (integer only) Shows the results for a single subcarrier.

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

Filters the results in the constellation diagram by a certain subcarrier.

param carrier

ALL Shows the results for all subcarriers. numeric_value (integer only) Shows the results for a single subcarrier.

param carrierComponent

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