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