NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

edit Args

Hi,
 
I use TS 3.1 with CVI 7.1.
I want to start an interactive execution of a sequence with the sequenceFileViewMgr Run method. Therefore I want to pass custom editArgs to define which sequence to run.
 
In the used functions TS_EngineNewEditArgs, TS_EditArgsAddSelectedSequence etc. editArgs are of type CAObjHandle but when I want to pass the custom edit Args to the sequenceFileViewMgr Run method I should have a variant!!!
Any suggestions???
 
Regards
Steffen Schmidt
0 Kudos
Message 1 of 2
(2,732 Views)
you can convert your variables into a Variant variabe with CVI-Functions. You can find these functions here:
Library-->ActiveX Librray-->Variant related functions
0 Kudos
Message 2 of 2
(2,666 Views)