Model.xyplotcurvepermute#

Model.xyplotcurvepermute(curve)#

Permutes a curve.

Parameters:

curve (hwString) – The name of the curve to be permuted.

Example#

Permute the curve with name “ mycurve “#
import hm
import hm.entities as ent

model = hm.Model()

model.xyplotcurvepermute(curve="mycurve")