-
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
Xscale multiple signals
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 11 Jahren, 4 Monaten von HerveM1234 aktualisiert.
-
AutorBeiträge
-
Juli 12, 2013 um 11:09 am Uhr #12822HerveM1234Teilnehmer
Hi,
Is there a way to add an offset (x) to several signals without using the FPscript function xscale.
The probleme with this function is I have to apply it to the signals one by one, then convert the formula in signal, then delete the original one and finally rename the converted signal !As I have 100 recordings of 60 signals on witch I would like to apply an x offset, I’m wondering if it’s possible to do that easily.
Thanks for your help.
Juli 12, 2013 um 11:09 am Uhr #8479HerveM1234TeilnehmerHi,
Is there a way to add an offset (x) to several signals without using the FPscript function xscale.
The probleme with this function is I have to apply it to the signals one by one, then convert the formula in signal, then delete the original one and finally rename the converted signal !As I have 100 recordings of 60 signals on witch I would like to apply an x offset, I’m wondering if it’s possible to do that easily.
Thanks for your help.
Juli 15, 2013 um 8:31 am Uhr #9293Bernhard KantzTeilnehmerThere are in principle two different ways to achieve a simultaneous application of a function to some datasets. The obvious way would be the use of a vba macro if one uses FlexPro Professional or Developer.
The other solution is to write a FPScript function formula and to use drag and drop to apply it on several objects. In the present case the formula could be likeArguments sig XScale(sig, 120)
New one can select all signals and drag them onto this formula in the object list window. FlexPro generates new formulas with the application of the function formula for every selected signal. Their names are concatenated from the input signal and the formula, so it is a good idea to name the function formula like ‘_offset’.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.