| Data Acquisition Toolbox | Search  Help Desk |
| StartAction | See Also |
StartAction specifies the M-file function to be executed just before the hardware device and data acquisition engine start. That is, StartAction is called just after the start function is issued. The hardware device will not start until the StartAction function has finished executing.
When the function specified by StartAction has finished executing, Running is set to On.
Characteristics
| Device Objects | AI, AO |
| Class | Common |
| Access | Read/write |
| Data Type | String |
| Modify while Running | Yes |
Values
The default value is an empty string.See Also
Properties
StopAction