set_array_variable#

MotorCAD.set_array_variable(array_name, array_index, variable_value)#

Set a Motor-CAD array variable.

Parameters:
array_namestr

Name of the array.

array_indexint

Index in the array.

variable_valueint|float|str|bool

Value to set the variable to.