Direction
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:DIRection
- class DirectionCls[source]
Direction commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) RegObjDir [source]
# SCPI: [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.
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return:
direction: APPRoaching| DEParting
- set(direction: RegObjDir, objectIx=ObjectIx.Default) None [source]
# SCPI: [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.
- param direction:
APPRoaching| DEParting
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)