Select
SCPI Command :
[SENSe][:LTE][:CC<cc>]:LOCation:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) DataSourceLocation[source]
# [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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
location: AMD After the MIMO decoder BMD Before the MIMO decoder
- set(location: DataSourceLocation, carrierComponent=CarrierComponent.Default) None[source]
# [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.
- Parameters:
location – AMD After the MIMO decoder BMD Before the MIMO decoder
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)