nidaqmx.system.persisted_scale
- class nidaqmx.system.storage.persisted_scale.PersistedScale(name)[source]
Bases:
object
Represents a saved DAQmx custom scale.
Use the DAQmx Persisted Scale properties to query information about programmatically saved custom scales.
- property allow_interactive_deletion
Indicates whether the custom scale can be deleted through MAX.
- Type
bool
- property allow_interactive_editing
Indicates whether the custom scale can be edited in the DAQ Assistant.
- Type
bool
- property author
Indicates the author of the custom scale.
- Type
str
- delete()[source]
Deletes this custom scale from MAX.
This function does not remove the custom scale from virtual channels that use it.