Select

SCPI Command :

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

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.CcSlot[source]
# SCPI: [SENSe][:LTE][:CC<cc>]:SLOT:SELect
value: enums.CcSlot = driver.applications.k10Xlte.sense.lte.cc.slot.select.get(carrierComponent = repcap.CarrierComponent.Default)

Filters the results in the constellation diagram by a particular slot.

param carrierComponent

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

return

slot: S0 Slot 0 S1 Slot 1 ALL Both slots

set(slot: RsFsw.enums.CcSlot, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [SENSe][:LTE][:CC<cc>]:SLOT:SELect
driver.applications.k10Xlte.sense.lte.cc.slot.select.set(slot = enums.CcSlot.ALL, carrierComponent = repcap.CarrierComponent.Default)

Filters the results in the constellation diagram by a particular slot.

param slot

S0 Slot 0 S1 Slot 1 ALL Both slots

param carrierComponent

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