Bangle

SCPI Commands :

[SOURce<HW>]:[BB]:VOR:[BANGle]:DIRection
[SOURce<HW>]:[BB]:VOR:[BANGle]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_direction() AvionicVorDir[source]
# [SOURce<HW>]:[BB]:VOR:[BANGle]:DIRection
value: enums.AvionicVorDir = driver.source.bb.vor.bangle.get_direction()

Sets the reference position of the phase information.

Returns:

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]
# [SOURce<HW>]:[BB]:VOR:[BANGle]
value: float = driver.source.bb.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 method RsSmbv.source.bb.vor.bangle.direction() .

Returns:

bangle: float Range: 0 to 360

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

Sets the reference position of the phase information.

Parameters:

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]
# [SOURce<HW>]:[BB]:VOR:[BANGle]
driver.source.bb.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 method RsSmbv.source.bb.vor.bangle.direction() .

Parameters:

bangle – float Range: 0 to 360