Hi Julien, I'm not clear on your terminology but I will take some guesses: IHM => In House Menu? CDT => CDF (typo) and Edit CDT => Edit CDF However, even if my guesses are correct I don't really understand what you are trying to ask. If you are working with the Add Instance Cadence form then you would use CDF callbacks to put (upper and lower) bounds or limits on each parameter. If you are creating your own form and form fields then you would use the field callback to implement similar checking before attempting to create a parameterized instance. If I followed what you said you were hinting towards the latter because the instance doesn't exist yet, all you have is the parameter values and the instance has not been created yet. It would make sense to write 'central' or common checking functions that you could call from either a CDF callback or from the form field callback to implement the range checks. I'm not sure if this is helpful but your request wasn't quite clear. Best regards, Lawrence.
↧