Eirp

SCPI Commands :

[SOURce<HW>]:AREGenerator:RADar:EIRP:SENSor
[SOURce<HW>]:AREGenerator:RADar:EIRP
class EirpCls[source]

Eirp commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_sensor() AregPowSens[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:EIRP:SENSor
value: enums.AregPowSens = driver.source.areGenerator.radar.eirp.get_sensor()

Queries if and which sensor is used to measure the EIRP value.

return:

areg_pow_sen_selec: SEN4| SEN3| SEN2| SEN1| UDEFined UDEFined No sensor is selected for EIRP measurement. However, there can be power sensors connected to one of the ‘USB’ connectors or the ‘Sensor’ connector of the R&S AREG100A. Sent the method RsAreg.Slist.listPy query to find out if and which power sensors are connected to the instrument. SEN4|SEN3|SEN2|SEN1 Indicates that a power sensor is connected to the frontend. The number SENx indicates the subsequent number in the sensor mapping list of the corresponding sensor. Observe the most left column in the ‘NRP Sensor Mapping’ dialog. See method RsAreg.Slist.Element.Mapping.set.

get_value() float[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:EIRP
value: float = driver.source.areGenerator.radar.eirp.get_value()

Queries the measured EIRP value of the radar sensor. For details, see ‘EIRP calculation’.

return:

areg_radar_eirp: float Range: -150 to 150

set_sensor(areg_pow_sen_selec: AregPowSens) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:EIRP:SENSor
driver.source.areGenerator.radar.eirp.set_sensor(areg_pow_sen_selec = enums.AregPowSens.SEN1)

Queries if and which sensor is used to measure the EIRP value.

param areg_pow_sen_selec:

SEN4| SEN3| SEN2| SEN1| UDEFined UDEFined No sensor is selected for EIRP measurement. However, there can be power sensors connected to one of the ‘USB’ connectors or the ‘Sensor’ connector of the R&S AREG100A. Sent the method RsAreg.Slist.listPy query to find out if and which power sensors are connected to the instrument. SEN4|SEN3|SEN2|SEN1 Indicates that a power sensor is connected to the frontend. The number SENx indicates the subsequent number in the sensor mapping list of the corresponding sensor. Observe the most left column in the ‘NRP Sensor Mapping’ dialog. See method RsAreg.Slist.Element.Mapping.set.