ComputePhysic
Compute on physic entity
Fields Summary
Methods Summary
- Method
- Description
- getFormula
- Return the list of formula
- getValidity
- Return an integer array of value 1 if the formula are valids else 0 in python session
- getValues
- Return a array of computed values
Fields Details
- context
- context : Creation information - [1..N] String
- name
- name : Computation name - [1..1] String
- result
- result : Results of computation - [1..N] Comp_audit_i
Method Details
- getFormula
-
-
Syntax
result = getFormula()
-
Parameters
No parameter
-
Returns
- formula : Formula - [1..N] String
-
- getValidity
-
-
Syntax
result = getValidity()
-
Parameters
No parameter
-
Returns
- validity : Validity - [1..N] Integer
-
- getValues
-
-
Syntax
result = getValues()
-
Parameters
No parameter
-
Returns
- values : Values - [1..N] Double
-