Connect

SCPI Command :

SYNChronize:DEVice<*>:CONNect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(device=Device.Default) bool[source]
# SYNChronize:DEVice<*>:CONNect
value: bool = driver.synchronize.device.connect.get(device = repcap.Device.Default)

Activates the connection between the two oscilloscopes, or between the R&S ScopeStudio software and the oscilloscope.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, device=Device.Default) None[source]
# SYNChronize:DEVice<*>:CONNect
driver.synchronize.device.connect.set(state = False, device = repcap.Device.Default)

Activates the connection between the two oscilloscopes, or between the R&S ScopeStudio software and the oscilloscope.

Parameters:
  • state – OFF | ON

  • device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)