Name

SCPI Command :

MMEMory:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# MMEMory:NAME
value: str = driver.massMemory.name.get()
This command has several purposes, depending on the context it is used in.
  • It creates a new and empty file.

  • It defines the file name for screenshots taken with method RsFsw.hardCopy.immediate.perform() . Note that you have to route the printer output to a file.

Returns:

filename: String containing the path and name of the target file.

set(filename: str) None[source]
# MMEMory:NAME
driver.massMemory.name.set(filename = 'abc')
This command has several purposes, depending on the context it is used in.
  • It creates a new and empty file.

  • It defines the file name for screenshots taken with method RsFsw.hardCopy.immediate.perform() . Note that you have to route the printer output to a file.

Parameters:

filename – String containing the path and name of the target file.