7.43 load_knobs

&load_knobs  
    STRING filename = NULL;  
    long verbose = 0;  
&end

Input file format. The file must contain one string parameter (KnobName) and three required columns and one optional column:

Each page of the file defines one knob. The page’s KnobName parameter is the knob’s name and must be unique across all &load_knobs invocations (case-insensitive; names are upper-cased internally).

Each registered knob is initialized with V =0 and exposed as the RPN scalar <KnobName>.value, which tracks the knob’s current value across all subsequent &vary_element, &optimization_variable, and &error_element activity.

Referencing a knob. In &vary_element / &optimization_variable / &error_element, set name=<KnobName> (the item= slot is ignored and may be omitted). The value the command produces is assigned directly to V ; the linked element parameters update by the delta times their respective Factor values. When several knobs touch the same element parameter, their contributions sum naturally (each knob’s update is delta-from-previous, so the lattice state at any time is p = p0 + jV j Fj).

Notes and limitations (v1).

Parameters.

load_lattice_response_matrix