Creating A list of waves
Is there a way to a) lengthen the number of points in a wave?
b) make a list of waves that are in a data folder in root ex. "root:NormalizedWaves:'WavesFor Stats':"
c) have each of the waves be assigned a number 1 through N (N is number of waves), and than be able to call those waves by their corresponding number so that I could
duplicate the content of that wave that was called into an existing wave?
InsertPointscan be used to increase the number of points in a wave, or you can useConcatenateto combine wavesb and c) Look at
WaveListFebruary 24, 2017 at 10:22 am - Permalink
redimensioncommand.Waves of waves are possible using the /WAVE flag in a
WAVEstatement... but I doubt that you want to use this (wavelistmight be better)HJ
PS: have a close look at the
$operatorFebruary 24, 2017 at 10:25 am - Permalink
February 24, 2017 at 10:31 am - Permalink
wavelistseparated by ";") and usestringfromlistto extract the individual names. Convert the names into a reference via$and there you are.HJ
February 24, 2017 at 10:56 am - Permalink
Alternative using WaveList
February 24, 2017 at 11:27 am - Permalink