Port

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:EIRP:PORT
class PortCls[source]

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

get(trxFrontent=TrxFrontent.Default) AregMeasPort[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:EIRP:PORT
value: enums.AregMeasPort = driver.source.areGenerator.frontend.trx.eirp.port.get(trxFrontent = repcap.TrxFrontent.Default)

Selects the port of the connected R&S NRP power sensor for calculating the EIRP.

param trxFrontent:

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

return:

port: POW| AUX POW The R&S NRP power sensor is connected to the ‘RX power’ port of the frontend. AUX The R&S NRP power sensor is connected to the ‘Aux IF Out’ port of the R&S AREG800A.

set(port: AregMeasPort, trxFrontent=TrxFrontent.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:EIRP:PORT
driver.source.areGenerator.frontend.trx.eirp.port.set(port = enums.AregMeasPort.AUX, trxFrontent = repcap.TrxFrontent.Default)

Selects the port of the connected R&S NRP power sensor for calculating the EIRP.

param port:

POW| AUX POW The R&S NRP power sensor is connected to the ‘RX power’ port of the frontend. AUX The R&S NRP power sensor is connected to the ‘Aux IF Out’ port of the R&S AREG800A.

param trxFrontent:

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