-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Data labeling
- This topic has 2 replies, 3 voices, and was last updated 1 year, 8 months ago by Muhammed Riza.
-
AuthorPosts
-
April 9, 2013 at 10:52 am #12805Charles HertzParticipant
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 at 10:52 am #8462Charles HertzParticipantHello,
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 at 8:46 am #9276Bernhard KantzParticipantIf 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.
-
AuthorPosts
- You must be logged in to reply to this topic.