UDSProbeParams Class

This class defines which data quantity that a UDO will be pulled from the Design to compute the UDO output (results). The objects of this class must be created in a Python script with the 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, "", "",)