02-06-2013 04:11 AM
02-06-2013 04:15 AM
No
02-06-2013 04:20 AM
02-06-2013 06:00 AM
To elaborate on this a little:
No, you cannot call .NET assemblies (or other code modules) within an expression.
There is one exception since some TestStand versions: You can call the TS API (ActiveX) within expressions. So if the purpose of your request is limited to TS API functions, the answer should have been "Yes" for up-to-date TestStand.
Little side note: Maybe you can create custom steptypes calling into the .NET assembly as "Post-Step Substep". This could provide the user of your steptype with functionality similar to what you are currently looking for.
Norbert