Signal

SCPI Command :

OUTPut<HW>:USER<CH>:SIGNal
class SignalCls[source]

Signal commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) OutpConnGlbSignalb[source]
# SCPI: OUTPut<HW>:USER<CH>:SIGNal
value: enums.OutpConnGlbSignalb = driver.output.user.signal.get(userIx = repcap.UserIx.Default)

Sets the control signal that is output at the selected connector. To define the connector direction, use the command method RsSmcv.Output.User.Direction.set.

param userIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return:

signal: MARKA1| NONE

set(signal: OutpConnGlbSignalb, userIx=UserIx.Default) None[source]
# SCPI: OUTPut<HW>:USER<CH>:SIGNal
driver.output.user.signal.set(signal = enums.OutpConnGlbSignalb.MARKA1, userIx = repcap.UserIx.Default)

Sets the control signal that is output at the selected connector. To define the connector direction, use the command method RsSmcv.Output.User.Direction.set.

param signal:

MARKA1| NONE

param userIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)