move# ModelerNexxim.move(assignment: list, offset: list, units: str = None) → bool# Move the selections by the specified [x, y] coordinates. Parameters: assignmentlistList of the selections. offsetlistOffset for the [x, y] axis. unitsstrUnits of the movement. The default is meter. If None, schematic_units are used. Returns: boolTrue when successful, False when failed. References >>> oEditor.Move