Equation_auto

class xgbxml.auto.gbElements_0_35.Equation_auto[source]

The Equation element allows data for n-dimensional algebraic data to be entered. The Expression element should contain an indepentant variable followed by an = sign and an equation containing dependant variables. The independant and dependant variables are then defined by their respective tags. The only mathmatical operations allowed are ^ (power), + (addition), - (subtraction), / (division), and * (multiplication).

Example: z=x+2*y^2 would have an IndependantVariable with a name = z, and two DependantVariables with names of x and y. Descriptions would be included for each variable, along with unit and dataType information identifying the variable and its role.

property DependantVariable
property DependantVariables
property Expression
property Expressions
property IndepentantVariable
property IndepentantVariables
add_DependantVariable(unit=None, dataType=None, minValue=None, maxValue=None)[source]
add_Expression()[source]
add_IndepentantVariable(unit=None, dataType=None)[source]