GetUDDInputParams
Retrieves inputs parameters for the User Defined Document. These parameters are the input’s name, description, and data type. The UDD user specifies the value of the inputs through a dialog or within the script.
| UI Access |
Depending on the input parameters, the following dialog may be displayed
when you click
|
||||||
| Parameters |
|
||||||
| Return Value | Boolean. If true, the method was successful. If false, it was not. |
| Python Syntax | GetUDDInputParams(<probeName>) |
| Python Example |
|