Select

SCPI Command :

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

Filters the displayed results in the constellation diagram by a certain type of allocation.

param carrierComponent

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

return

allocation: ALL Shows the results for all allocations. numeric_value (integer only) Shows the results for a single allocation type. Allocation types are mapped to numeric values. For the code assignment, see ‘Return value codes’.

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

Filters the displayed results in the constellation diagram by a certain type of allocation.

param allocation

ALL Shows the results for all allocations. numeric_value (integer only) Shows the results for a single allocation type. Allocation types are mapped to numeric values. For the code assignment, see ‘Return value codes’.

param carrierComponent

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