NI-DAQmx .NET Framework 4.0 API Reference

Task Properties

  • Updated2023-02-21
  • 3 minute(s) read
Task Properties

The Task type exposes the following members.

Properties

  NameDescription
Public propertyAccessoryInsertionOrRemovalDetected
Indicates if any devices in the task detected the insertion or removal of an accessory since the task started. Reading this property clears the accessory change status for all channels in the task. You must read this property before you read DevicesWithInsertedOrRemovedAccessories. Otherwise, you will receive an error.
Public propertyAIChannels
Gets the collection of analog input channels in the task.
Public propertyAOChannels
Gets the collection of analog output channels in the task.
Public propertyCIChannels
Gets the collection of counter input channels in the task.
Public propertyCOChannels
Gets the collection of counter output channels in the task.
Public propertyDevices
Indicates an array containing the names of all devices in the task.
Public propertyDevicesWithInsertedOrRemovedAccessories
Indicates the names of any devices that detected the insertion or removal of an accessory since the task started. You must read AccessoryInsertionOrRemovalDetected before you read this property. Otherwise, you will receive an error.
Public propertyDIChannels
Gets the collection of digital input channels in the task.
Public propertyDOChannels
Gets the collection of digital output channels in the task.
Public propertyEveryNSamplesReadEventInterval
Gets or sets the interval, in number of samples per channel, at which EveryNSamplesRead is called.
Public propertyEveryNSamplesWrittenEventInterval
Gets or sets the interval, in number of samples per channel, at which EveryNSamplesWritten is called.
Public propertyExportSignals
Gets the exported signal configuration for the task.
Public propertyIsDone
Indicates whether the task completed execution.
Public propertyStream
Gets the stream for the task.
Public propertySwitchScan
Gets the switch scan configuration for the task.
Public propertySynchronizeCallbacks
Specifies how events and callback delegates are invoked.
Public propertyTiming
Gets the timing configurations for the task.
Public propertyTriggers
Gets the triggers for the task.
Public propertyWatchdog
Gets the watchdog configuration and control object for the task.
Top

See Also

Log in to get a better experience