Topic
Data labeling
Startseite ' Community ' Allgemein ' Data labeling
- Dieses Thema hat 2 Antworten sowie 3 Teilnehmer und wurde zuletzt vor vor 2 Jahren, 1 Monaten von Muhammed Riza aktualisiert.
-
AutorBeiträge
-
09.04.2013 um 10:52 Uhr #34431Charles HertzTeilnehmer
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.09.04.2013 um 10:52 Uhr #34433Charles HertzTeilnehmerHello,
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.10.04.2013 um 08:46 Uhr #34432Bernhard KantzTeilnehmerIf 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.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.