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) OutpConnGlbSignalAreg800A[source]
# SCPI: OUTPut<HW>:USER<CH>:SIGNal
value: enums.OutpConnGlbSignalAreg800A = driver.output.user.signal.get(userIx = repcap.UserIx.Default)

Selects the signal marker for the connector.

param userIx:

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

return:

signal: OBJect OBJect A marker signal is generated when an object setting event occurs.

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

Selects the signal marker for the connector.

param signal:

OBJect OBJect A marker signal is generated when an object setting event occurs.

param userIx:

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