Direction
SCPI Command :
OUTPut<HW>:TM<CH>:DIRection
- class DirectionCls[source]
Direction commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(tmConnector=TmConnector.Default) ConnDirection [source]
# SCPI: OUTPut<HW>:TM<CH>:DIRection value: enums.ConnDirection = driver.output.tm.direction.get(tmConnector = repcap.TmConnector.Default)
Determines whether the connector is used as an input or an output.
- param tmConnector:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tm’)
- return:
direction: INPut| OUTPut
- set(direction: ConnDirection, tmConnector=TmConnector.Default) None [source]
# SCPI: OUTPut<HW>:TM<CH>:DIRection driver.output.tm.direction.set(direction = enums.ConnDirection.INPut, tmConnector = repcap.TmConnector.Default)
Determines whether the connector is used as an input or an output.
- param direction:
INPut| OUTPut
- param tmConnector:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tm’)