Direction
SCPI Command :
OUTPut<HW>:TM<CH>:DIRection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(tmConnector=TmConnector.Default) ConnDirection[source]
# 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.
- Parameters:
tmConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tm’)
- Returns:
direction: INPut | OUTPut
- set(direction: ConnDirection, tmConnector=TmConnector.Default) None[source]
# 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.
- Parameters:
direction – INPut | OUTPut
tmConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tm’)