nidaqmx.system.persisted_scale
NI-DAQmx persisted scale classes.
- class nidaqmx.system.storage.persisted_scale.PersistedScale(name, *, grpc_options=None)[source]
Bases:
objectRepresents a saved DAQmx custom scale.
Use the DAQmx Persisted Scale properties to query information about programmatically saved custom scales.
- __init__(name, *, grpc_options=None)[source]
Initialize a new PersistedScale.
- Parameters:
name (str) – Specifies the name of the saved scale.
grpc_options (Optional[
GrpcSessionOptions]) – Specifies the gRPC session options.
- property allow_interactive_deletion
Indicates whether the custom scale can be deleted through MAX.
- Type:
- property allow_interactive_editing
Indicates whether the custom scale can be edited in the DAQ Assistant.
- Type:
- delete()[source]
Deletes this custom scale from MAX.
This function does not remove the custom scale from virtual channels that use it.