freegs.optimise.CoilHeight#

class freegs.optimise.CoilHeight(label, minimum=None, maximum=None)[source]#

Bases: object

A control to modify the height of a specified coil

__init__(label, minimum=None, maximum=None)[source]#

label : string The label of a coil to be modified minimum : number, optional The minimum allowed height maximum : number, optional The maximum allowed height

Methods

__init__(label[, minimum, maximum])

label : string The label of a coil to be modified minimum : number, optional The minimum allowed height maximum : number, optional The maximum allowed height

get(eq)

set(eq, Z)

get(eq)[source]#
set(eq, Z)[source]#