Trait autd3_driver::operation::GainSTMOp
source · pub trait GainSTMOp: Operation {
// Required method
fn new<F: Fn() -> Vec<u16>>(
drives: Vec<Vec<Drive>>,
props: GainSTMProps,
cycles_fn: F
) -> Self;
}