Select
SCPI Command :
[SENSe]:NR5G[:CC<cc>]:ALLocation:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:NR5G[:CC<cc>]:ALLocation:SELect value: float = driver.applications.k14Xnr5G.sense.nr5G.cc.allocation.select.get(carrierComponent = repcap.CarrierComponent.Default)
Filters the displayed results in the constellation diagram by a certain allocation.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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]
# [SENSe]:NR5G[:CC<cc>]:ALLocation:SELect driver.applications.k14Xnr5G.sense.nr5G.cc.allocation.select.set(allocation = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Filters the displayed results in the constellation diagram by a certain allocation.
- Parameters:
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’.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)