reading out scale of waves

Hello everybody,

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
Hi,

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
Many thanks!

This, in combination with DimSize function (which I also found due to your hints),
is exactly what i need!

Cheers!