08-29-2006 05:50 PM
08-30-2006 11:31 AM
Hi John Lanz,
You'll need to run something along these lines
myDevice = NationalInstruments.DAQmx.DaqSystem.Local.LoadDevice("Dev1") 'specify device name from the Name in MAX
myDevice.Reset()
Where myDevice is of type "Device".
I pulled this from the Measurement Studio Help on the Device class.
Hope this helps,
Andrew S.
National Instruments