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.
05-15-2014 03:00 AM
hi,
I want to get the step name, step type, step limit during the test, and also I want to change the limit in the test case, how can i do this?
BR
Bendy
Solved! Go to Solution.
05-15-2014 04:39 AM
already know how to do it, access to Step object, then can get/set info of it.
PropertyObjectPtr Step;
Step = SeqContextDisp->AsPropertyObject()->GetPropertyObject("Step",0);
CString itemname = Step->GetName();//get item name
What do you need our team of experts to assist you with?
Thanks!
We'll be in touch soon!