NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test sequence parameter default flag setting

Solved!
Go to solution
Hi,

is there a way to test in a subsequence if a passed parameter has been set to default in the calling sequence.

Thanks
0 Kudos
Message 1 of 3
(3,548 Views)
Solution
Accepted by topic author PG6272

Hi,

 

Yes that is possible,

Try to use  RunState.CallingStep.TS.SData.ActualArgs

 

Hope this helps

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 2 of 3
(3,537 Views)

Thanks Juergen.

 

The solution is indeed to check the boolean variable RunState.CallingStep.TS.SData.ActualArgs.<Parameter name>.UseDef.

0 Kudos
Message 3 of 3
(3,533 Views)