07-28-2016 04:21 AM
When try to set default seq file path as below, I got an error, can not Implicit conversion string to “NationalInstruments.TestStand.Interop.API.SequenceFile”
axSequenceFileViewMgr.SequenceFile = @"D:\test.seq";
Thanks for your help in advanced!
Solved! Go to Solution.
07-28-2016 04:28 AM
I try to modify the code like below.
axSequenceFileViewMgr.SequenceFile.Path = @"D:\test.seq";
No error found when Compiled,but it still report wrong object call when running.
07-28-2016 04:49 AM
Let me answer it myself.
axApplicationMgr.OpenSequenceFile(@"test.seq");