&steering_element STRING name = NULL; STRING element_type = NULL; STRING item = NULL; STRING plane = "h"; double tweek = 1e-3; double limit = 0; &end
name
-- Optional: the (possibly wild-carded) name of the element to add to the steering list.
If not given, then element_type
must be given.
element_type
-- Optional: the (possibly wild-carded) name of the element type to add to the
steering list. If not given, then name
must be given.
item
-- The parameter of the element to be varied.
plane
-- May be either ``h'' or ``v'', for horizontal or vertical correction.
tweek
-- The amount by which to change the item to compute the steering strength.
limit
-- The maximum allowed absolute value of the item.