Logging data series to base

User: "NilsWaap"
New Altair Community Member
Updated by NilsWaap

Hello,

I would like to create some plots in Altair Activate. For this I need to get the simulation results to the base. Using the 'to base'-block I only get one value. I want to save all values of a signalflow in a vector.

My approach is to use an external activation for the 'to base'-block but still there is not vector created.

How can I do that?

 

Best regards

 

Nils

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Fady Nassif_21652"
    Altair Employee
    Updated by Fady Nassif_21652

    Hello Nils,

     

    The ToBase block creates a matrix at a given time it doesn't create what you want.

    Please use instead the SignalOut block.

    This will create an OML structure that contains the time and the data, for each channel( input).

     

    Thanks

     

    Fady