Direction
SCPI Command :
OUTPut<HW>:USER<CH>:DIRection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) ConnDirection[source]
# OUTPut<HW>:USER<CH>:DIRection value: enums.ConnDirection = driver.output.user.direction.get(userIx = repcap.UserIx.Default)
Sets the direction of the signal at the connector that can be an input or an output.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
direction: INPut | OUTPut | UNUSed INPut | OUTPut Input signal or output signal UNUSed No signals present at the connector.
- set(direction: ConnDirection, userIx=UserIx.Default) None[source]
# OUTPut<HW>:USER<CH>:DIRection driver.output.user.direction.set(direction = enums.ConnDirection.INPut, userIx = repcap.UserIx.Default)
Sets the direction of the signal at the connector that can be an input or an output.
- Parameters:
direction – INPut | OUTPut | UNUSed INPut | OUTPut Input signal or output signal UNUSed No signals present at the connector.
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)