Main Content

Advisor.saveExclusion

Save exclusions to the model or an external file

Description

Advisor.saveExclusion('modelname')saves the exclusions to the default option as mentioned in model parameter 'MAModelFilterFile'.

Advisor.saveExclusion('modelname',' ')(second argument empty) saves the exclusions inside the model.

Advisor.saveExclusion('modelname', 'path')saves the exclusions to the selected path.

Input Arguments

collapse all

Model name to display all the exclusions.

Advisor.saveExclusion('vdp')

This is an optional parameter. You can use this paramter to save the exclusions to an external file.

Advisor.saveExclusion('vdp', 'C:\Documents\vdp_exclusion.xml')

Version History

Introduced in R2021a