Direction
SCPI Command :
OUTPut<HW>:USER<CH>:DIRection
- class DirectionCls[source]
Direction commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) RsSmbv.enums.ConnDirection [source]
# SCPI: 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 input or an output.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
direction: INPut| OUTPut| UNUSed INPut|OUTPut Input signal or output signal UNUSed No signal present at the connector.
- set(direction: RsSmbv.enums.ConnDirection, userIx=UserIx.Default) None [source]
# SCPI: 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 input or an output.
- param direction
INPut| OUTPut| UNUSed INPut|OUTPut Input signal or output signal UNUSed No signal present at the connector.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)