Accueil > Community > General > How to multiply x axis by constant? > Reply To: How to multiply x axis by constant?

#8942
Bernhard KantzBernhard Kantz
Participant

Use the following FPScript code:


Dim factor = 2.0
Signal(data.Y, data.X * factor)

In this example data is the signal name.

support@weisang.com