pub fn set_line_values(lf: &File, lv: &LineValues) -> Result<()>Expand description
Set values of requested output lines.
Note that requesting a set on an input line is an error.
lf- The request file returned byget_line.lv- The line values to be set.