Direction

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:DIRection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) RegObjDir[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:DIRection
value: enums.RegObjDir = driver.source.regenerator.object.direction.get(objectIx = repcap.ObjectIx.Default)

Sets the object direction of a static+moving object.

Parameters:

objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

Returns:

direction: APPRoaching | DEParting

set(direction: RegObjDir, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:DIRection
driver.source.regenerator.object.direction.set(direction = enums.RegObjDir.APPRoaching, objectIx = repcap.ObjectIx.Default)

Sets the object direction of a static+moving object.

Parameters:
  • direction – APPRoaching | DEParting

  • objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)