Ota
SCPI Command :
[SOURce<HW>]:REGenerator: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>]:REGenerator:RADar:OTA:OFFSet value: float = driver.source.regenerator.radar.ota.get_offset()
Sets the OTA (over-the-air) distance.
- return:
ota_offset: float Range: 0.01 to 50E3
- set_offset(ota_offset: float) None [source]
# SCPI: [SOURce<HW>]:REGenerator:RADar:OTA:OFFSet driver.source.regenerator.radar.ota.set_offset(ota_offset = 1.0)
Sets the OTA (over-the-air) distance.
- param ota_offset:
float Range: 0.01 to 50E3