pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
parameter_timescan.h
1#pragma once
2
3#include "../pftool.h"
4
5/*
6 * TASKS.PARAMETER_TIMESCAN
7 *
8 * Scan a internal calibration pulse in time by varying the charge_to_l1a
9 * and top.phase_strobe parameters, and then change given parameters pulse-wise.
10 * In essence, an implementation of gen_scan into charge_timescan, to see how
11 * pulse shapes transform with varying parameters.
12 *
13 */
14void parameter_timescan(Target* tgt);
encapulating a given setup's access rules
Definition Target.h:24
Shared declarations for all pftool menu commands.