Skip to content

NI DAQMX Task Attributes

Greg Stoll edited this page Sep 10, 2021 · 2 revisions

Task Attributes

See how to get and set attributes.

DAQmx_Task_Name

Data Type: char*
Description: Indicates the name of the task.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetTaskAttribute

DAQmx_Task_Channels

Data Type: char*
Description: Indicates the names of all virtual channels in the task.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetTaskAttribute

DAQmx_Task_NumChans

Data Type: uInt32
Description: Indicates the number of virtual channels in the task.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetTaskAttribute

DAQmx_Task_Devices

Data Type: char*
Description: Indicates an array containing the names of all devices in the task.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetTaskAttribute

DAQmx_Task_NumDevices

Data Type: uInt32
Description: Indicates the number of devices in the task.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetTaskAttribute

DAQmx_Task_Complete

Data Type: bool32
Description: Indicates whether the task completed execution.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetTaskAttribute

Table of Contents

Internal Development

Creating and Setting Up a gRPC Server

Server Security Support

Creating a gRPC Client

gRPC Client Examples

Session Utilities API Reference

Driver Documentation

gRPC API Differences From C API

Sharing Driver Sessions Between Clients

C API Docs
NI-DAQmx
NI-DCPOWER
NI-DIGITAL PATTERN DRIVER
NI-DMM
NI-FGEN
NI-RFmx Bluetooth
NI-RFmx NR
NI-RFmx WCDMA
NI-RFmx GSM
NI-RFmx CDMA2k
NI-RFmx Instr
NI-RFmx LTE
NI-RFmx SpecAn
NI-RFmx TD-SCDMA
NI-RFmx WLAN
NI-RFSA
NI-RFSG
NI-SCOPE
NI-SWITCH
NI-TCLK
NI-XNET
Clone this wiki locally