NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Studio: SequenceCallModule class doesn't exist

Hi, I'm using TestStand 2013 and I'm trying to create a sequence call step programmatically on Visual Studio (C++). But the SequenceCallModule class is undifined in visual Studio. However the others classes like "StepPtr" or "sequencePtr" exist. May be Visual Studio doesn't find the file where the SequenceClassModule class is defined.

 

Thanks for the help.

0 Kudos
Message 1 of 2
(3,984 Views)

SequenceCallModule is part of the TSAdp.

 

You need the Adapter API and not just the normal API.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(3,974 Views)