Disconnect

SCPI Command :

SCONfiguration:EXTernal:FADer<CH>:REMote:DISConnect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(digitalIq=DigitalIq.Default) None[source]
# SCONfiguration:EXTernal:FADer<CH>:REMote:DISConnect
driver.sconfiguration.external.fader.remote.disconnect.set(digitalIq = repcap.DigitalIq.Default)

Disconnects the selected remote connection. To disconnect all remote connections at once, use the command method RsSmw.sconfiguration.external.remote.disconnect.all.set() .

Parameters:

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

set_with_opc(digitalIq=DigitalIq.Default, opc_timeout_ms: int = -1) None[source]