-
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
Swapping Units
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 12 Jahren, 10 Monaten von John Gerhardy aktualisiert.
-
AutorBeiträge
-
Januar 17, 2012 um 8:41 am Uhr #12751John GerhardyTeilnehmer
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,
JohnJanuar 17, 2012 um 8:41 am Uhr #8417John GerhardyTeilnehmerHello,
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,
JohnJanuar 17, 2012 um 12:32 pm Uhr #9217Bernhard KantzTeilnehmerThe 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.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.