Bangle
SCPI Commands :
[SOURce<HW>]:[BB]:VOR:[BANGle]:DIRection
[SOURce<HW>]:[BB]:VOR:[BANGle]
- class BangleCls[source]
Bangle commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_direction() RsSmbv.enums.AvionicVorDir [source]
# SCPI: [SOURce<HW>]:[BB]:VOR:[BANGle]:DIRection value: enums.AvionicVorDir = driver.source.bb.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>]:[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 [:SOURce<hw>][:BB]:VOR[:BANGle]:DIRection.
- return
bangle: float Range: 0 to 360
- set_direction(direction: RsSmbv.enums.AvionicVorDir) None [source]
# SCPI: [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.
- 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>]:[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 [:SOURce<hw>][:BB]:VOR[:BANGle]:DIRection.
- param bangle
float Range: 0 to 360