-
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
scaling of x achsis
- This topic has 3 replies, 2 voices, and was last updated 13 years, 3 months ago by Markus Janssen.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
August 15, 2011 at 3:47 pm #12740Markus JanssenMember
Hello,
I would like to scale an x-achis with FPScript.
e.g. The x-achsis of a spectrum should be 10 times from the x-value of the maximum
I’ve tried: 10*GlobalMaximum(Signal, EVENT_EXTRACT).X
Why doesnt this work?
thanks
August 15, 2011 at 3:47 pm #8406Markus JanssenMemberHello,
I would like to scale an x-achis with FPScript.
e.g. The x-achsis of a spectrum should be 10 times from the x-value of the maximum
I’ve tried: 10*GlobalMaximum(Signal, EVENT_EXTRACT).X
Why doesnt this work?
thanks
August 16, 2011 at 9:23 am #9205Bernhard KantzParticipantThe scaling end value must be a scalar. For that reason the return value of the FPScript formula also must be a scalar. Use the index operator to get a scalar instead of a data series:
10*GlobalMaximum(Signal, EVENT_EXTRACT).X[0]
August 17, 2011 at 3:19 pm #9206Markus JanssenMemberThank you very much Mr. Support :wink:,
now ist works.
There are so many details… -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.