Select
SCPI Command :
[SENSe]:NR5G[:CC<cc>]:ANTenna:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:NR5G[:CC<cc>]:ANTenna:SELect value: float = driver.applications.k14Xnr5G.sense.nr5G.cc.antenna.select.get(carrierComponent = repcap.CarrierComponent.Default)
Filters the constellation points by a certain antenna port. Prerequisites for this command
Create the constellation diagram after MIMO decoding (method
RsFsw.applications.k14Xnr5G.sense.nr5G.cc.location.select.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
antenna: Number of the antenna port (for example 1001) .
- set(antenna: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:NR5G[:CC<cc>]:ANTenna:SELect driver.applications.k14Xnr5G.sense.nr5G.cc.antenna.select.set(antenna = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Filters the constellation points by a certain antenna port. Prerequisites for this command
Create the constellation diagram after MIMO decoding (method
RsFsw.applications.k14Xnr5G.sense.nr5G.cc.location.select.set()) .
- Parameters:
antenna – Number of the antenna port (for example 1001) .
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)