Guest
I'm just finished writing an ocean analysis procedure in ocean that
takes in a waveform and spits out an integer. I would now like to make
the procedure work seemlessly in the Monte Carlo environment. I believe
I need to add code to distinguish between inputs that contain multiple
simulation results and simple waves. Is there a way in ocean to
determine if a wave object is a family of waves or not?
And if the object is a family, is there a way to determine if it
contains a number of iterations, or if it contains the results of a
parametric sweep?
One final question. Once I get this code put together, is there a way
to add it to the waveform calculator special function list?
takes in a waveform and spits out an integer. I would now like to make
the procedure work seemlessly in the Monte Carlo environment. I believe
I need to add code to distinguish between inputs that contain multiple
simulation results and simple waves. Is there a way in ocean to
determine if a wave object is a family of waves or not?
And if the object is a family, is there a way to determine if it
contains a number of iterations, or if it contains the results of a
parametric sweep?
One final question. Once I get this code put together, is there a way
to add it to the waveform calculator special function list?