Direction

SCPI Command :

PLATform:EMITter:DIRection:AWAY
class DirectionCls[source]

Direction commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_away() bool[source]
# SCPI: PLATform:EMITter:DIRection:AWAY
value: bool = driver.platform.emitter.direction.get_away()

This command automatically configures the transmission direction of the selected emitter. No effect if emitter is at origin. Affects emitters whose position (relative to the origin) has been defined by one of the following methods:

INTRO_CMD_HELP: Examples of special characters:

  • Set X and Y values

  • Set Angle and Radius values

The transmission direction is configured so that it is directly away from the origin.

return:

away: ON| OFF| 1| 0

set_away(away: bool) None[source]
# SCPI: PLATform:EMITter:DIRection:AWAY
driver.platform.emitter.direction.set_away(away = False)

This command automatically configures the transmission direction of the selected emitter. No effect if emitter is at origin. Affects emitters whose position (relative to the origin) has been defined by one of the following methods:

INTRO_CMD_HELP: Examples of special characters:

  • Set X and Y values

  • Set Angle and Radius values

The transmission direction is configured so that it is directly away from the origin.

param away:

ON| OFF| 1| 0