FlexPro Forum – Discuss Your Topic!

xvalue of a maximum

Home > Community > FPScript > xvalue of a maximum

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12738

    Hello,

    I used the FPScript command
    %{Maximum(Signal)}

    How can I get the corresponding xValue of this Maximum?

    Is there a reference of FPScript commands?

    thanks

    #8404

    Hello,

    I used the FPScript command
    %{Maximum(Signal)}

    How can I get the corresponding xValue of this Maximum?

    Is there a reference of FPScript commands?

    thanks

    #9201
    Bernhard KantzBernhard Kantz
    Participant

    Use the GlobalMaximum-function instead of the Maximum-function:

    GlobalMaximum(Signal, EVENT_EXTRACT).X

    All functions and operators are described in the FlexPro help. In addition to that there are different wizards to import functions and operators in a FPScript formula.

    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.