nidaqmx.system.persisted_channel
NI-DAQmx persisted channel classes.
- class nidaqmx.system.storage.persisted_channel.PersistedChannel(name, *, grpc_options=None)[source]
Bases:
objectRepresents a saved DAQmx global channel.
Use the DAQmx Persisted Channel properties to query information about programmatically saved global channels.
- __init__(name, *, grpc_options=None)[source]
Initialize a new PersistedChannel.
- Parameters:
name (str) – Specifies the name of the global channel.
grpc_options (Optional[
GrpcSessionOptions]) – Specifies the gRPC session options.
- property allow_interactive_deletion
Indicates whether the global channel can be deleted through MAX.
- Type:
- property allow_interactive_editing
Indicates whether the global channel can be edited in the DAQ Assistant.
- Type: