Teststand graph in Wats report

Comments

2 comments

  • Kevin Fuhrer

    Dear all
    I stuck exactly on the same point.
    We're using TestStand with Python Adapter instead of Labview.
    It would be nice to know how this WATS Step can be used without Labview.
    Thanks

    0
    Comment actions Permalink
  • Kevin Fuhrer

    @Kenneth Metzsch

    In the meantime I found a way.
    For the x,y Plot if you if have only one y array you need to fill your data into the Step.PlotsArray[0].PlotData which contains a container for each point holding the x and y value.
    If you additionally want to compare your y values against limits you need to have an array holding only the y values and assign them to the array Step.NumericArray.

    0
    Comment actions Permalink

Please sign in to leave a comment.