reading out scale of waves
ozon
just a simple question:
is there a command to read out the scaling of a wave (X and Y)?
E.g, i have Wave1 with scaling X: 0,37,""Y: 0,11" - how can a i acces theses numbers
in a macro for converting into variables?
Many thanks in advance!
Grettings
ozon
check out the following stuff:
DisplayHelpTopic "WaveUnits"
DisplayHelpTopic "DimOffset"
DisplayHelpTopic "DimDelta"
And maybe you also want to use functions instead of macros, see DisplayHelpTopic "Macros".
thomas
November 6, 2010 at 06:22 am - Permalink
This, in combination with DimSize function (which I also found due to your hints),
is exactly what i need!
Cheers!
November 6, 2010 at 08:48 am - Permalink