RunFunctionInProfile Method Overloads
| Method | Description |
|---|---|
| RunFunctionInProfile(string, string, object[], ref object[]) | Runs an XJEase function with the specified name from the project's circuit code files. The XJEase function is run synchronously, i.e. control does not return from this method until all the function has completed. |
| RunFunctionInProfile(string, string, XJEaseParameterCollection, XJEaseParameterCollection) | Runs an XJEase function with the specified name from the project's circuit code files. The XJEase function is run synchronously, i.e. control does not return from this method until all the function has completed. |
| RunFunctionInProfile(string, string, string, object[], ref object[]) | Runs an XJEase function with the specified name from the given device's test device file. The XJEase function is run synchronously, i.e. control does not return from this method until all the function has completed. |
| RunFunctionInProfile(string, string, string, XJEaseParameterCollection, XJEaseParameterCollection) | Runs an XJEase function with the specified name from the given device's test device file. The XJEase function is run synchronously, i.e. control does not return from this method until all the function has completed. |
XJTAG v4.2.5
