Model.hm_fbdplot_clear#
- Model.hm_fbdplot_clear()#
Clears all FBD plots from the model.
- Returns:
hwReturnStatus- Status object
Example#
Clear all FBD plots#import hm model = hm.Model() model.hm_fbdplot_clear()
Clears all FBD plots from the model.
hwReturnStatus - Status object
import hm
model = hm.Model()
model.hm_fbdplot_clear()