diff-grok - v1.0.9
    Preparing search index...

    Type Alias Loop

    Specifies a looped stage in a simulation model.

    type Loop = {
        count: Input;
        updates: string[];
    }
    Index

    Properties

    Properties

    count: Input

    The number of repetitions for the loop.

    updates: string[]

    An array of formulas or specifications that modify the model's parameters during each iteration.