HpBw

SCPI Commands :

ANTenna:MODel:GAUSsian:HPBW:AZIMuth
ANTenna:MODel:GAUSsian:HPBW:ELEVation
class HpBwCls[source]

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

get_azimuth() float[source]
# SCPI: ANTenna:MODel:GAUSsian:HPBW:AZIMuth
value: float = driver.antenna.model.gaussian.hpBw.get_azimuth()

Sets the Half-Power Beam Width in azimuth and elevation direction for the Gaussian and Sin(x) /x antennas.

return:

azimuth: No help available

get_elevation() float[source]
# SCPI: ANTenna:MODel:GAUSsian:HPBW:ELEVation
value: float = driver.antenna.model.gaussian.hpBw.get_elevation()

Sets the Half-Power Beam Width in azimuth and elevation direction for the Gaussian and Sin(x) /x antennas.

return:

elevation: float Range: 0.1 to 45, Unit: degree

set_azimuth(azimuth: float) None[source]
# SCPI: ANTenna:MODel:GAUSsian:HPBW:AZIMuth
driver.antenna.model.gaussian.hpBw.set_azimuth(azimuth = 1.0)

Sets the Half-Power Beam Width in azimuth and elevation direction for the Gaussian and Sin(x) /x antennas.

param azimuth:

float Range: 0.1 to 45, Unit: degree

set_elevation(elevation: float) None[source]
# SCPI: ANTenna:MODel:GAUSsian:HPBW:ELEVation
driver.antenna.model.gaussian.hpBw.set_elevation(elevation = 1.0)

Sets the Half-Power Beam Width in azimuth and elevation direction for the Gaussian and Sin(x) /x antennas.

param elevation:

float Range: 0.1 to 45, Unit: degree