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