Skip navigation

Account settings

Topic

xvalue of a maximum

Home page Community FPScript xvalue of a maximum

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33474
    Markus Janssen
    Participant

    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

    #33476
    Markus Janssen
    Participant

    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

    #33475
    Bernhard Kantz
    Participant

    Use the [b]GlobalMaximum[/b]-function instead of the [b]Maximum[/b]-function:
    [color=blue]
    GlobalMaximum(Signal, EVENT_EXTRACT).X
    [/color]

    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.