Null
Nullは振幅0のGainである.
use autd3::prelude::*;
fn main() {
let _ =
Null {};
}
#include<autd3.hpp>
int main() {
using namespace autd3;
Null{};
return 0; }
using AUTD3Sharp.Gain;
new Null();
from pyautd3 import Null
Null()
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help