-
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
Home > Community > FPScript > Querschnittsanalyse mehrerer Signalreihen > Reply To: Querschnittsanalyse mehrerer Signalreihen

Antwort von Herrn Lichte:
Das von mir beschriebene Problem habe ich gelöst und möchte es nachfolgend dem interessierten Leser in Form eines allgemein gehaltenen Beispiel-Skripts mitteilen. Das Skript erstellt aus allen Datensätzen mit Namen ‘Datensatz’ eine Liste mit Ordnername, Maximalwerten und Minimalwerten. Dieses Grundmuster kann nun nach Bedarf angepasst werden.
Dim List
Dim Path
Dim DataSet
Dim Result1
Dim Result2
Dim RetVal
List =.\.Objects({ ".*\.fld"}).Names
Path = .\.FullName : "\\\\"
For Each Row i in List Do
DataSet=$Path : List : "\\Datensatz.dat"$
Result1 = Result1 : GlobalMaximum(DataSet[1], EVENT_EXTRACT)
Result2 = Result2 : GlobalMinimum(DataSet[1], EVENT_EXTRACT)
List=StringReplace(List, ".FLD", "")
End
RetVal=[ List, Result1, Result2]
Gruß U. Lichte
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information