UDSProbeParams Class

The objects of this class must be created in a Python script in GetInputUDSParams function. They are supplied to the Validate function if implemented.

Attributes
Constructor

UDSProbeParams(string probeName, string probeDescription, string paramType, string reportTypeName, string componentExpression);

Example:

udsProbParam = UDSProbeParams("probe1","", Constants.kDoubleParamStr, "", "",)

Related Topics 

Other Application-Specific Classes Used in Python Scripts