Module.UnmappedArgumentValues
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Module.UnmappedArgumentValues
Syntax
Module.UnmappedArgumentValues
Data Type
Purpose
Returns the UnmappedArgumentValues collection, which contains a list of the arguments not used as inputs and outputs of the corresponding module.
Remarks
When a module prototype changes, TestStand attempts to map the current module arguments to the new prototype by looking for matching argument names and data types, and by matching argument positions and data types. If TestStand fails to assign an argument to the new prototype, the argument is added to this collection.
TestStand does not clear the collection when you load a new prototype. Use UnmappedArgumentValues.Clear method to clear the collection before calling Module.LoadPrototype .
For DotNetModule objects, use the DotNetCall.UnmappedArgumentValues property instead of this property.
See Also
DotNetCall.UnmappedArgumentValues