NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What are the available different types of Parameters

Solved!
Go to solution

My sequence sorts through a different selected sequence for prototypes that haven't been updated,  it updates them and may enter a value for that parameter.  I'm trying to discover what the type is of that parameter dynamically, to display to the user.  For VI calls and for Sequence Calls the types are returned as a number.  What is the corresponding number?

 

Thanks,

DOOJ

0 Kudos
Message 1 of 5
(2,488 Views)
Solution
Accepted by topic author PhoenixCall

In the TestStand help type Type in the index tab.  Then select the adapter for which you want to look at the parameter types for.  For example if you want to look at the Sequence Adapter Types choose SequenceCallParameter.  Then it should show you the "enum" types.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 5
(2,486 Views)

That worked wonderfully, thanks.  Can't forget to use the help!!!

0 Kudos
Message 3 of 5
(2,436 Views)

Step.Module.AsSequenceCallModule.Parameters.Item(x).PropertyObjectType.ValueType

 

This will yield what is in the ValueType Property in the TS Help and is accurate unlike the obsolete Type for SequenceCallParameter.Type.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 4 of 5
(2,428 Views)

Ah, yes that works very good now.  A great many thanks.

0 Kudos
Message 5 of 5
(2,425 Views)