Rename

SCPI Command :

INSTrument:REName
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(app_name_1: str, app_name_2: str) None[source]
# INSTrument:REName
driver.instrument.rename.set(app_name_1 = 'abc', app_name_2 = 'abc')

Renames a channel.

Parameters:
  • app_name_1 – String containing the name of the channel you want to rename.

  • app_name_2 – String containing the new channel name. Note that you cannot assign an existing channel name to a new channel. If you do, an error occurs. Channel names can have a maximum of 31 characters, and must be compatible with the Windows conventions for file names. In particular, they must not contain special characters such as ‘:’, ‘*’, ‘?’.