Name

SCPI Command :

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

Defines a name for the specified oscilloscope.

Parameters:

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

Returns:

name: String with the name of the connected oscilloscope.

set(name: str, device=Device.Default) None[source]
# SYNChronize:DEVice<*>:NAME
driver.synchronize.device.name.set(name = 'abc', device = repcap.Device.Default)

Defines a name for the specified oscilloscope.

Parameters:
  • name – String with the name of the connected oscilloscope.

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