Hi Joe
Try this:
tsErrChk(TS_SeqContextGetProperty (seqContextCVI, &errorInfo, TS_SeqContextSequence, CAVT_OBJHANDLE, &sequence));
tsErrChk(TS_SequenceGetStep (sequence, &errorInfo, 2, TS_StepGroup_Main, &step));
//Get the step name
tsErrChk(TS_StepGetProperty (step, &errorInfo, TS_StepName, CAVT_CSTRING, &stepname));
CA_DiscardObjHandle (step);
CA_DiscardObjHandle (sequence);
Regards
Ray Farmer
Regards
Ray Farmer
