Bangle

SCPI Commands :

[SOURce<HW>]:VOR:[BANGle]:DIRection
[SOURce<HW>]:VOR:[BANGle]
class BangleCls[source]

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

get_direction() AvionicVorDir[source]
# SCPI: [SOURce<HW>]:VOR:[BANGle]:DIRection
value: enums.AvionicVorDir = driver.source.vor.bangle.get_direction()

Sets the reference position of the phase information.

return:

direction: FROM| TO FROM The bearing angle is measured between the geographic north and the connection line from beacon to airplane. TO The bearing angle is measured between the geographic north and the connection line from airplane to beacon.

get_value() float[source]
# SCPI: [SOURce<HW>]:VOR:[BANGle]
value: float = driver.source.vor.bangle.get_value()

Sets the bearing angle between the VAR signal and the reference signal. The orientation of the angle can be set with [:SOURce<hw>]:VOR[:BANGle]:DIRection.

return:

bangle: float Range: 0 to 360

set_direction(direction: AvionicVorDir) None[source]
# SCPI: [SOURce<HW>]:VOR:[BANGle]:DIRection
driver.source.vor.bangle.set_direction(direction = enums.AvionicVorDir.FROM)

Sets the reference position of the phase information.

param direction:

FROM| TO FROM The bearing angle is measured between the geographic north and the connection line from beacon to airplane. TO The bearing angle is measured between the geographic north and the connection line from airplane to beacon.

set_value(bangle: float) None[source]
# SCPI: [SOURce<HW>]:VOR:[BANGle]
driver.source.vor.bangle.set_value(bangle = 1.0)

Sets the bearing angle between the VAR signal and the reference signal. The orientation of the angle can be set with [:SOURce<hw>]:VOR[:BANGle]:DIRection.

param bangle:

float Range: 0 to 360