Function simics::api::simulator::script::_run_command_file_params

source ยท
fn _run_command_file_params<S, I, T>(
    file: S,
    local: bool,
    params: I,
) -> Result<()>
where S: AsRef<str>, I: IntoIterator<Item = (S, T)>, T: TryInto<AttrValue>,
Expand description

Run a SIMICS cli command file with a list of parameters. Parameters are key-value pairs.