Ota

SCPI Command :

[SOURce<HW>]:AREGenerator:RADar:OTA:OFFSet
class OtaCls[source]

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

get_offset() float[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:OTA:OFFSet
value: float = driver.source.areGenerator.radar.ota.get_offset()

Defines the distance (air gap) from the R&S AREG100A to the RUT (radar under test) .

return:

areg_ota_offset: float Range: 0.01 to 10, Unit: m

set_offset(areg_ota_offset: float) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:OTA:OFFSet
driver.source.areGenerator.radar.ota.set_offset(areg_ota_offset = 1.0)

Defines the distance (air gap) from the R&S AREG100A to the RUT (radar under test) .

param areg_ota_offset:

float Range: 0.01 to 10, Unit: m