Rename

SCPI Command :

INSTrument:REName
class RenameCls[source]

Rename commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(channel_name_1: str, channel_name_2: str) None[source]
# SCPI: INSTrument:REName
driver.instrument.rename.set(channel_name_1 = 'abc', channel_name_2 = 'abc')

Renames a channel.

param channel_name_1

String containing the name of the channel you want to rename.

param channel_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 ‘:’, ‘*’, ‘?’.