Rap
SCPI Command :
[SENSe]:NR5G[:CC<cc>]:RAP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:NR5G[:CC<cc>]:RAP value: float = driver.applications.k14Xnr5G.sense.nr5G.cc.rap.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the reference antenna port for relative beamforming results.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
port: Value corresponds to the antenna port.
- set(port: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:NR5G[:CC<cc>]:RAP driver.applications.k14Xnr5G.sense.nr5G.cc.rap.set(port = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the reference antenna port for relative beamforming results.
- Parameters:
port – Value corresponds to the antenna port.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)