AutoNaming
SCPI Commands :
EXPort:WAVeform:AUTonaming:NAME
EXPort:WAVeform:AUTonaming:TYPE
EXPort:WAVeform:AUTonaming:PATH
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_name() str[source]
# EXPort:WAVeform:AUTonaming:NAME value: str = driver.export.waveform.autoNaming.get_name()
Sets a name for the waveform file, without extension. The name is extended with a time stamp when the file is saved. The setting is used for automatic saving actions, for example, saving on trigger or mask violation. It has no effect on method
RsMxo.export.waveform.save().- Returns:
filename: String with the filename.
- get_path() str[source]
# EXPort:WAVeform:AUTonaming:PATH value: str = driver.export.waveform.autoNaming.get_path()
Sets the directory where the waveform file is saved. For local storage, the path is always /home/storage/userData. The setting is used for automatic saving actions, for example, saving on trigger or mask violation. It has no effect on method
RsMxo.export.waveform.save().- Returns:
folder_path: String with the path.
- get_type_py() FileExtension[source]
# EXPort:WAVeform:AUTonaming:TYPE value: enums.FileExtension = driver.export.waveform.autoNaming.get_type_py()
Sets the file type of the waveform file. The setting is used for automatic saving actions, for example, saving on trigger or mask violation. It has no effect on method
RsMxo.export.waveform.save().- Returns:
file_extension: CSV | REF | ZIP | H5
- set_name(filename: str) None[source]
# EXPort:WAVeform:AUTonaming:NAME driver.export.waveform.autoNaming.set_name(filename = 'abc')
Sets a name for the waveform file, without extension. The name is extended with a time stamp when the file is saved. The setting is used for automatic saving actions, for example, saving on trigger or mask violation. It has no effect on method
RsMxo.export.waveform.save().- Parameters:
filename – String with the filename.
- set_path(folder_path: str) None[source]
# EXPort:WAVeform:AUTonaming:PATH driver.export.waveform.autoNaming.set_path(folder_path = 'abc')
Sets the directory where the waveform file is saved. For local storage, the path is always /home/storage/userData. The setting is used for automatic saving actions, for example, saving on trigger or mask violation. It has no effect on method
RsMxo.export.waveform.save().- Parameters:
folder_path – String with the path.
- set_type_py(file_extension: FileExtension) None[source]
# EXPort:WAVeform:AUTonaming:TYPE driver.export.waveform.autoNaming.set_type_py(file_extension = enums.FileExtension.BIN)
Sets the file type of the waveform file. The setting is used for automatic saving actions, for example, saving on trigger or mask violation. It has no effect on method
RsMxo.export.waveform.save().- Parameters:
file_extension – CSV | REF | ZIP | H5