Modular Data Acquisition
Distributed Measurement and Control
High-Performance Test
Automated Test System Development Software
Perspectives showcases how NI sees what’s next in the world of test and technology.
You can request repair, RMA, schedule calibration, or get technical support. A valid service agreement may be required.
Provides support for NI data acquisition and signal conditioning devices.
Provides support for Ethernet, GPIB, serial, USB, and other types of instruments.
Provides support for NI GPIB controllers and NI embedded controllers with GPIB ports.
11-12-2013 03:59 PM
What's wrong in my expression? How could I fill a container with brackets or something without describing each parameter?
Step.Result.Error = {0,"",False}
Regards,
Jimmy
11-12-2013 10:45 PM
{} means Array Constant in NI TestStand. You might not be able to fill a container at once. Instaead you should do like this.
Step.Result.Error.Code = 0,
Step.Result.Error.Msg = "",
Step.Result.Error.Ocurred = False
Joonam
What do you need our team of experts to assist you with?
Thanks!
We'll be in touch soon!