pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
toa_vref_scan.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
19toa_vref_scan(Target* tgt, bool scan_all = false, bool write_csv = false,
20 const std::string& csv_filepath = "");
21
22} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_toa_efficiencies.cxx:5
std::map< int, std::map< std::string, std::map< std::string, uint64_t > > > toa_vref_scan(Target *tgt, bool scan_all, bool write_csv, const std::string &csv_filepath)
Find TOA threshold voltage reference to align TOA values.
Definition toa_vref_scan.cxx:19