Skip to content

Components reference

Every component available in the NumaSim palette has a reference page listing its ports, parameters, observables, and the sample circuits that use it.

The pages in this section are generated directly from each component's JSON Schema, so the documentation can never drift from the actual implementation.

How to read a component page

Each page is laid out the same way:

  • Header — the component's display name, category, and a short description.
  • Icon — an SVG rendered from the same drawing primitives the schematic editor uses.
  • Ports — every IO port, with its direction and value type.
  • Parameters — every editable parameter, grouped by tab (the same tabs you see in the properties dialog), with its label, type, default, units, and a description.
  • Observables — every measurement the component can emit when enabled.
  • Used in samples — links to circuits in the sample gallery that include this component.

Browsing

Use the sidebar to navigate by category. The component list is also searchable from the top-right search box (try cap, pwm, 3-phase).

Released under the MIT License.