Skip to main content

Module commands

Module commands 

Source
Expand description

One module per subcommand family.

Modules§

export
bhtune export <run_id>: dumps a run’s recorded samples as CSV or JSON.
history
bhtune history list/show/revert.
opc
bhtune opc servers/read/write/browse/search: thin passthrough diagnostics directly over bhtune_driver::OpcDaDriver, independent of running a full tune. Useful for checking gateway connectivity and confirming tag names before starting a real test.
template
bhtune template list/show/import/export/delete.
tune
bhtune tune/bhtune simulate: runs a full MRFT test end-to-end — resolving a template, deriving tags, transitioning the loop to Manual, polling the driver and driving a real bhtune_core::MrftEngine, persisting every tick and the final calculated results, then restoring the loop and optionally writing back the chosen PID constants.