NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set default sequence file path in C# VS

Solved!
Go to solution

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!

0 Kudos
Message 1 of 3
(3,062 Views)

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.

 

 

0 Kudos
Message 2 of 3
(3,058 Views)
Solution
Accepted by topic author TabZhang

Let me answer it myself.

 

axApplicationMgr.OpenSequenceFile(@"test.seq");

0 Kudos
Message 3 of 3
(3,045 Views)