Constraints API
Last updated
Last updated
Apply constraints to any SDV synthesizer.
Use this function to add constraints to your synthesizer.
Parameters
(required) constraints
: A list of constraint objects to add to your synthesizer. You can supply or .
Output (None)
Use this function to inspect all of the constraints your synthesizer contains.
Parameters None
Output A list of the constraint objects that you have supplied to your synthesizer
Adding constraints to your synthesizer may internally modify the metadata. Use this function to get the modified metadata after the constraints have been added.
Parameters
version
: The version of metadata to get. Supply 'modified'
to get the modified version of the metadata (after applying the constraints).
Output A Metadata object with the modified metadata