HpBw

SCPI Commands :

ANTenna:MODel:CUSTom:HPBW:XY
ANTenna:MODel:CUSTom:HPBW:YZ
class HpBwCls[source]

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

get_xy() float[source]
# SCPI: ANTenna:MODel:CUSTom:HPBW:XY
value: float = driver.antenna.model.custom.hpBw.get_xy()

Sets the required HPBW of the custom antenna.

return:

xy: No help available

get_yz() float[source]
# SCPI: ANTenna:MODel:CUSTom:HPBW:YZ
value: float = driver.antenna.model.custom.hpBw.get_yz()

Sets the required HPBW of the custom antenna.

return:

yz: float Range: 0.1 to 45

set_xy(xy: float) None[source]
# SCPI: ANTenna:MODel:CUSTom:HPBW:XY
driver.antenna.model.custom.hpBw.set_xy(xy = 1.0)

Sets the required HPBW of the custom antenna.

param xy:

float Range: 0.1 to 45

set_yz(yz: float) None[source]
# SCPI: ANTenna:MODel:CUSTom:HPBW:YZ
driver.antenna.model.custom.hpBw.set_yz(yz = 1.0)

Sets the required HPBW of the custom antenna.

param yz:

float Range: 0.1 to 45