Rap

SCPI Command :

[SENSe]:NR5G[:CC<cc>]:RAP
class RapCls[source]

Rap commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: [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.

param carrierComponent

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

return

port: Value corresponds to the antenna port.

set(port: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [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.

param port

Value corresponds to the antenna port.

param carrierComponent

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