Name
SCPI Command :
MMEMory:NAME
- class NameCls[source]
Name commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: 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.set. Note that you have to route the printer output to a file.
- return
filename: String containing the path and name of the target file.
- set(filename: str) None [source]
# SCPI: 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.set. Note that you have to route the printer output to a file.
- param filename
String containing the path and name of the target file.