pydmqmc.report_registry.get_requirements

report_registry.get_requirements(name, method)

Check for a function’s requirements in a given Method.

Will search both the supplied Method and its associated System object for the requirements associated with the analysis function name.

Parameters:
namestr

Name of the analysis function for which we’re checking requirements.

methodMethod object

Method (and associated System) which we’re checking.

Returns:
bool

Whether or not the analysis function’s requirements are met by the given Method object.