DaqSystem.GetSavedTaskInfo Method
- Updated2023-02-21
- 1 minute(s) read
DaqSystemGetSavedTaskInfo Method
Creates a SavedTaskInfo object that you can use to retrieve information about the specified task stored in Measurement Automation Explorer (MAX).
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public SavedTaskInfo GetSavedTaskInfo( string persistedName )
Public Function GetSavedTaskInfo ( persistedName As String ) As SavedTaskInfo
Parameters
- persistedName
- Type: SystemString
The name of the task stored in MAX.
Return Value
Type: SavedTaskInfoA SavedTaskInfo object that represents the task stored in MAX.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |