Skip navigation

Account settings

Topic

Data labeling

Home page Community General Data labeling

Viewing 3 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34431
    Charles Hertz
    Participant

    Hello,

    I need to start my value display at “0.2” and to finish at “100” from a data set (Y values). In fact, I have to use [ from, to ] range index.

    But I don’t find the right way to do that in the help. Where I should write this, and with wich synthaxe?

    Thank,
    Mizu.

    #34433
    Charles Hertz
    Participant

    Hello,

    I need to start my value display at “0.2” and to finish at “100” from a data set (Y values). In fact, I have to use [ from, to ] range index.

    But I don’t find the right way to do that in the help. Where I should write this, and with wich synthaxe?

    Thank,
    Mizu.

    #34432
    Bernhard Kantz
    Participant

    If you want to extract all values from a specific interval from a dataset, you can use the [i]Event Isolation[/i] wizard (menu [i]New > Filter[/i]) and change the proposed Level Crossing event (by double clicking) to Values in Interval. Enter the lower and upper limits (considering the percent setting).

    When you have a signal (e.g. Y component measured over time (as X component)) you can use the [i]Value Index Operator[/i] to extract that part where X varies from 0.2 to 100 with [code]sig[[0.2, 100]][/code] This expression can be used in a formula or as embedded FPScript in data specifiers of diagrams, etc.

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