Select

SCPI Command :

[SENSe]:NR5G[: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]:NR5G[:CC<cc>]:LOCation:SELect
value: enums.DataSourceLocation = driver.applications.k14Xnr5G.sense.nr5G.cc.location.select.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the point in the signal processing at which the constellation diagram is created.

param carrierComponent

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

return

location: AMD After MIMO decoding. BMD Before MIMO decoding.

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

Selects the point in the signal processing at which the constellation diagram is created.

param location

AMD After MIMO decoding. BMD Before MIMO decoding.

param carrierComponent

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