-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Swapping Units
- This topic has 2 replies, 2 voices, and was last updated 12 years, 10 months ago by John Gerhardy.
-
AuthorPosts
-
January 17, 2012 at 8:41 am #12751John GerhardyParticipant
Hello,
two channel from an endurance test were pluggen into the wrong channel and I would like to swap the date for analysis in FP. Since several datasets are concatinated in a formel I thought swap the units there unfortunately without success.
The data looks like this:
Dataset A [Unit A]
Dataset B [Unit B]What I would like is:
Dataset A [Unit B]
Dataset B [Unit A]It this possible in FPScript?
Regards,
JohnJanuary 17, 2012 at 8:41 am #8417John GerhardyParticipantHello,
two channel from an endurance test were pluggen into the wrong channel and I would like to swap the date for analysis in FP. Since several datasets are concatinated in a formel I thought swap the units there unfortunately without success.
The data looks like this:
Dataset A [Unit A]
Dataset B [Unit B]What I would like is:
Dataset A [Unit B]
Dataset B [Unit A]It this possible in FPScript?
Regards,
JohnJanuary 17, 2012 at 12:32 pm #9217Bernhard KantzParticipantThe Value operator removes the unit of its argument.
To introduce the new unit, you can use the Unit operator.
For example to change the unit of dataset DS from volts to ampere, one could writeDS = Unit Value DS
The FPScript functions AdjustUnit() and ChangeUnit() can only convert units of the same SI dimension.
-
AuthorPosts
- You must be logged in to reply to this topic.