Add measurements to measurements table
HI guys,
is there any way to load a measurements file (IQM) adding the values to the existing data set in the measurements table (Count/Size)?
Actually the file values overwrite the existing data.
To load the file I use this statment:
Regards
Maurizio
is there any way to load a measurements file (IQM) adding the values to the existing data set in the measurements table (Count/Size)?
Actually the file values overwrite the existing data.
To load the file I use this statment:
With Measure.MeasurementsCommands.Open(NewMacro2)
.FileName = "C:\temp\plotting.iqm"
.FilterIndex = 1
.Run(doc1)
End With
Thank youRegards
Maurizio
0
Answers
It's available in Premier 9.2 when the option "Preserve existing data" is on.
Yuri