<< DAQ_Read_Functions NIDAQ DAQ_Task_Configuration_and_Control >>

NIDAQ >> NIDAQ > DAQ_SystemInfoAttribute

DAQ_SystemInfoAttribute

Get some system informations

Calling Sequence

info = DAQ_SystemInfoAttribute (str_attribute)

Parameters

str_attribute

a string: supported values: "DAQmx_Sys_DevNames", "DAQmx_Sys_NIDAQMajorVersion", "DAQmx_Sys_NIDAQMinorVersion", "DAQmx_Sys_NIDAQUpdateVersion"

DAQmx_Sys_DevNames: Indicates the names of all devices installed in the system.

DAQmx_Sys_DevNames returns [] if not devices detected.

DAQmx_Sys_NIDAQMajorVersion: Indicates the major portion of the installed version of NI-DAQmx, such as 7 for version 7.0.

DAQmx_Sys_NIDAQMinorVersion: Indicates the minor portion of the installed version of NI-DAQmx, such as 0 for version 7.0.

DAQmx_Sys_NIDAQUpdateVersion: Indicates the update portion of the installed version of NI-DAQmx, such as 1 for version 9.0.1.

info

double or string or [] depends of str_attribute value

Description

Examples

DAQ_SystemInfoAttribute('DAQmx_Sys_DevNames')
DAQ_SystemInfoAttribute('DAQmx_Sys_NIDAQMajorVersion')
DAQ_SystemInfoAttribute('DAQmx_Sys_NIDAQMinorVersion')
DAQ_SystemInfoAttribute('DAQmx_Sys_NIDAQUpdateVersion')

Author

Allan CORNET
<< DAQ_Read_Functions NIDAQ DAQ_Task_Configuration_and_Control >>