Home > Community > General > scaling of x achsis > Antwort auf: scaling of x achsis

#9205
Bernhard KantzBernhard Kantz
Teilnehmer

The scaling end value must be a scalar. For that reason the return value of the FPScript formula also must be a scalar. Use the index operator to get a scalar instead of a data series:

10*GlobalMaximum(Signal, EVENT_EXTRACT).X[0]

support@weisang.com