nidaqmx.system.persisted_channel

class nidaqmx.system.storage.persisted_channel.PersistedChannel(name, *, grpc_options=None)[source]

Bases: object

Represents a saved DAQmx global channel.

Use the DAQmx Persisted Channel properties to query information about programmatically saved global channels.

__eq__(other)[source]

Return self==value.

__hash__()[source]

Return hash(self).

__init__(name, *, grpc_options=None)[source]
Parameters
  • name (str) – Specifies the name of the global channel.

  • grpc_options (Optional[GrpcSessionOptions]) – Specifies the gRPC session options.

__ne__(other)[source]

Return self!=value.

__repr__()[source]

Return repr(self).

property allow_interactive_deletion

Indicates whether the global channel can be deleted through MAX.

Type

bool

property allow_interactive_editing

Indicates whether the global channel can be edited in the DAQ Assistant.

Type

bool

property author

Indicates the author of the global channel.

Type

str

delete()[source]

Deletes this global channel from MAX.

This function does not remove the global channel from tasks that use it.

property name

Indicates the name of the global channel.

Type

str