Other Application Specific Classes Used in Python Scripts (2D and Circuit)

This topic describes other classes used in Python scripts

Related Topics:

Constants Class

UDSProbeParams Class

UDSDynamicProbes Class

QuantityInfo Class

IProgressMonitor Abstract Class

user-defined Outputs: Python Script API

Constants Class (2D and Circuit)

The constants used in python script are defined in the Constants class.

Attributes:

  • kDoubleParamStr : string constant used to specify double as the type of a quantity
  • kComplexParamStr: string constant used to specify complex as the type of a quantity

Enum EPropType: (used to set property type)

EPropType.PT_NUMBER
EPropType.PT_TEXT
EPropType.PT_MENU

Example:

paramType = Constants.kDoubleParamStr

propType = Constants.EPropType.PT_NUMBER