Sensor
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:EIRP:SENSor
- class SensorCls[source]
Sensor commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trxFrontent=TrxFrontent.Default) AregPowSens [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:EIRP:SENSor value: enums.AregPowSens = driver.source.areGenerator.frontend.trx.eirp.sensor.get(trxFrontent = repcap.TrxFrontent.Default)
Selects the R&S NRP power sensor connected to the TRX-type frontend for calculating the EIRP value.
- param trxFrontent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)
- return:
areg_pow_sen_selec: - SEN4|SEN3|SEN2|SEN1: Selects the respective R&S NRP power sensor for the TRX-type frontend. - UDEFined: No R&S NRP power sensor is connected to the TRX-type frontend.
- set(areg_pow_sen_selec: AregPowSens, trxFrontent=TrxFrontent.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:EIRP:SENSor driver.source.areGenerator.frontend.trx.eirp.sensor.set(areg_pow_sen_selec = enums.AregPowSens.SEN1, trxFrontent = repcap.TrxFrontent.Default)
Selects the R&S NRP power sensor connected to the TRX-type frontend for calculating the EIRP value.
- param areg_pow_sen_selec:
SEN4|SEN3|SEN2|SEN1: Selects the respective R&S NRP power sensor for the TRX-type frontend.
UDEFined: No R&S NRP power sensor is connected to the TRX-type frontend.
- param trxFrontent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)