-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Data labeling
- Dieses Thema hat 2 Antworten sowie 3 Teilnehmer und wurde zuletzt vor vor 1 Jahr, 8 Monaten von Muhammed Riza aktualisiert.
-
AutorBeiträge
-
April 9, 2013 um 10:52 am Uhr #12805Charles 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.April 9, 2013 um 10:52 am Uhr #8462Charles 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.April 10, 2013 um 8:46 am Uhr #9276Bernhard KantzTeilnehmerIf you want to extract all values from a specific interval from a dataset, you can use the Event Isolation wizard (menu New > Filter) 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 Value Index Operator to extract that part where X varies from 0.2 to 100 with
sig[[0.2, 100]]
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.