LabWindows/CVI

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,656 Views)
I do not know any thing about TestStand, but you can use the CVI ActiveX library function CA_VariantSetObjHandle to set a CAObjHandle in a VARIANT.
0 Kudos
Message 2 of 2
(2,649 Views)