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

Current status of the variable for which its properties are being evaluated.

twin_runtimeTwinRuntime

TwinRuntime instance associated to the TWIN model.

method_namestr

Name of the method being executed when the TWIN’s status is evaluated.

varstr

TWIN model’s variable name.