evaluate_twin_prop_status#

static TwinRuntime.evaluate_twin_prop_status(prop_status, twin_runtime, method_name, var)#

Returns the appropriate error message depending on prop_status when executing the function method_name with the variable var.

Parameters:
prop_statusint

Status of the variable for which its properties are being evaluated.

twin_runtimeTwinRuntime

TwinRuntime instance associated to the TWIN model.

method_namestr

Method executed when the TWIN’s status is evaluated.

varstr

TWIN model’s variable name.