Skip to content

NI DAQMX System Attributes

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

System Attributes

See how to get and set attributes.

DAQmx_Sys_GlobalChans

Data Type: char*
Description: Indicates an array that contains the names of all global channels saved on the system.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

DAQmx_Sys_Scales

Data Type: char*
Description: Indicates an array that contains the names of all custom scales saved on the system.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

DAQmx_Sys_Tasks

Data Type: char*
Description: Indicates an array that contains the names of all tasks saved on the system.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

DAQmx_Sys_DevNames

Data Type: char*
Description: Indicates the names of all devices installed in the system.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

System

NI-DAQ Version

DAQmx_Sys_NIDAQMajorVersion

Data Type: uInt32
Description: Indicates the major portion of the installed version of NI-DAQmx, such as 7 for version 7.0.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

DAQmx_Sys_NIDAQMinorVersion

Data Type: uInt32
Description: Indicates the minor portion of the installed version of NI-DAQmx, such as 0 for version 7.0.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

DAQmx_Sys_NIDAQUpdateVersion

Data Type: uInt32
Description: Indicates the update portion of the installed version of NI-DAQmx, such as 1 for version 9.0.1.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetSystemInfoAttribute

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-FPGA
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