Select
SCPI Command :
[SENSe]:NR5G[:CC<cc>]:ANTenna:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Create the constellation diagram after MIMO decoding ([SENSe:]NR5G[:CC<cc>]:LOCation:SELect) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
antenna: Number of the antenna port (for example 1001) .
- set(antenna: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Create the constellation diagram after MIMO decoding ([SENSe:]NR5G[:CC<cc>]:LOCation:SELect) .
- param antenna
Number of the antenna port (for example 1001) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)