Disconnect

SCPI Command :

SCONfiguration:EXTernal:CODer<CH>:REMote:DISConnect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(index=Index.Default) None[source]
# SCONfiguration:EXTernal:CODer<CH>:REMote:DISConnect
driver.sconfiguration.external.coder.remote.disconnect.set(index = repcap.Index.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:

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

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