-
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
Accueil > Community > General > Drawing lines on a diagram > Reply To: Drawing lines on a diagram
December 13, 2016 at 8:25 am
#12913
Bernhard Kantz
Participant
Sorry being not familiar with FlexPro 6. Such a staircase line can be simulated with a signal with duplicated x and y components like
Dim x = { 0, 1, 1, 3, 3, 7, 7, 10 }
Dim y = { 0, 0, 4, 4, 3, 3, 5, 5 }
Signal(y, x)
The x and y datasets can of course be derived from the given curve via event isolation functions.
One last remark: After such a long time, we don’t support FlexPro 6 any more.