I need to get the step type of step. i.e. if a Pass/FailStep is present in the sequence file then i need to get the type name which is: "PassFailTest"
I am using LabWindows/CVI for my development work. I tried to use the following function TS_StepGetProperty (StepHandle, NULL, TS_StepStepType, CAVT_CSTRING, &stepTypeName); But it did not work. Does anyone have an idea how to go about it.