getVariableValues Last update: 16.07.2025 public getVariableValues(index: String): Array<Any> gets values of a variable for all runs Return Object Parameters index the name of the variable to fetch the value of Throws ModelCenterException public getVariableValues(index: Int): Array<Any> gets values of a variable for all runs Return Object Parameters index the index of the variable to fetch the value of (0-based index) Throws ModelCenterException