Skip to content

NodeAPI: list/array node parameters (variable-length tables) #19

Description

@datacrystals

Node parameters are scalar-only, so anything table-shaped gets hacked into N fixed scalar params (e.g. Actuators.CarrierAuto's hard-coded 6 breakpoints with an fsw<=0 terminator). Users hit this immediately: 'what if I want 7 points? 5?'

Needed: a list/array parameter kind in the node schema (NodeAPI), codegen support for sized arrays, and validation. First consumer: piecewise carrier schedule of arbitrary length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions