Elevation

SCPI Command :

SCAN:HELical:ELEVation:STEP
class ElevationCls[source]

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

get_step() float[source]
# SCPI: SCAN:HELical:ELEVation:STEP
value: float = driver.scan.helical.elevation.get_step()

Sets the step width with that the antenna changes its elevation.

return:

step: float Range: 0.01 to 11.25, Unit: degree

set_step(step: float) None[source]
# SCPI: SCAN:HELical:ELEVation:STEP
driver.scan.helical.elevation.set_step(step = 1.0)

Sets the step width with that the antenna changes its elevation.

param step:

float Range: 0.01 to 11.25, Unit: degree