get_array_variable_2d# MotorCAD.get_array_variable_2d(array_name, array_index1, array_index2)# Get a value from a 2D array at element [array_index1,array_index2]. Parameters: array_namestrName of the array. array_index1intFirst index of the array. array_index2intSecond index of the array. Returns: int|float|str|boolValue of the Motor-CAD variable.