nidaqmx.system.persisted_channel

class nidaqmx.system.storage.persisted_channel.PersistedChannel(name)[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)[source]
Parameters

name – Specifies the name of the global channel.

__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.