mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Included bode plot measurements, including different number of points.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::icd::{IcdDftNum, NumberOfPoints};
|
||||
use crate::icd::{IcdDftNum, MeasurementPointSet};
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub enum StartStopSignal {
|
||||
StartSingle(u32, IcdDftNum), // frequency in Hz, DFT number
|
||||
StartMulti(IcdDftNum, NumberOfPoints), // DFT number, number of points per measurement
|
||||
StartMulti(MeasurementPointSet), // DFT number, number of points per measurement
|
||||
Stop,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user