nidaqmx.system.expiration_state

class nidaqmx.system._watchdog_modules.expiration_state.ExpirationState(task_handle, physical_channel)[source]

Bases: object

Represents a DAQmx Watchdog expiration state.

property expir_states_ao_state

Specifies the state to set the analog output physical channels when the watchdog task expires.

Type

float

property expir_states_ao_type

Specifies the output type of the analog output physical channels when the watchdog task expires.

Type

nidaqmx.constants.WatchdogAOExpirState

property expir_states_co_state

Specifies the state to set the counter output channel terminal when the watchdog task expires.

Type

nidaqmx.constants.WatchdogCOExpirState

property expir_states_do_state

Specifies the state to which to set the digital physical channels when the watchdog task expires. You cannot modify the expiration state of dedicated digital input physical channels.

Type

nidaqmx.constants.Level