NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Step Type at runtime??

Hello

I need to know the "Step Type" property for any step at runtime i.e whether the step is "Numeric Limit Step" or " Pass Fail Test".
i tried with Step.Steptype property but it returns step ID .

Thanks n Regards
Nitin Goel
0 Kudos
Message 1 of 2
(2,903 Views)

Hi,

you are almost there, used the reference that is returned by Step.StepType with StepType.Name

http://zone.ni.com/reference/en-XX/help/370052F-01/tsapiref/steptype_name_p/

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,901 Views)