Motor

Type: component | Size: small
PROBLEM

SOLUTION

Converts electrical energy into mechanical motion.

Inputs
  • comp_charge
Outputs
  • comp_spin
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_motor",
    "name": "Motor",
    "type": "component",
    "inputs": [
        "comp_charge"
    ],
    "outputs": [
        "comp_spin"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "size": "small",
    "description": "Converts electrical energy into mechanical motion.",
    "template": "component"
}