Ota
SCPI Command :
[SOURce<HW>]:REGenerator:RADar:OTA:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_offset() float[source]
# [SOURce<HW>]:REGenerator:RADar:OTA:OFFSet value: float = driver.source.regenerator.radar.ota.get_offset()
Sets the OTA (over-the-air) distance.
- Returns:
ota_offset: float Range: 0.01 to 50E3
- set_offset(ota_offset: float) None[source]
# [SOURce<HW>]:REGenerator:RADar:OTA:OFFSet driver.source.regenerator.radar.ota.set_offset(ota_offset = 1.0)
Sets the OTA (over-the-air) distance.
- Parameters:
ota_offset – float Range: 0.01 to 50E3