Select

SCPI Command :

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

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

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

Selects the data source of the constellation diagram.

param carrierComponent

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

return

location: AMD After the MIMO decoder BMD Before the MIMO decoder

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

Selects the data source of the constellation diagram.

param location

AMD After the MIMO decoder BMD Before the MIMO decoder

param carrierComponent

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