diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-03-27 16:06:30 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-03-27 16:06:30 -0500 |
commit | 093ce016b23812d0aaf58c2b05c9d4189791e2a6 (patch) | |
tree | 125fb4613ebdb38d63d5f87a6d62eb8063118495 /acquisition/hardware_inheritance | |
parent | 8c9fc50d417809d7c5ad1b512f55c83307a83364 (diff) |
2018-03-27 16:06
Diffstat (limited to 'acquisition/hardware_inheritance')
-rw-r--r-- | acquisition/hardware_inheritance | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/acquisition/hardware_inheritance b/acquisition/hardware_inheritance new file mode 100644 index 0000000..0a13a1b --- /dev/null +++ b/acquisition/hardware_inheritance @@ -0,0 +1,16 @@ +Hardware +├── Delay +│ ├── Aerotech +│ ├── LTS300 +│ ├── MFA +│ ├── MFA +│ └── PMC +├── Filter +│ └── Homebuilt +├── OPA +│ ├── OPA800/PMC +│ └── TOPAS +│ ├── TOPAS-C +│ └── TOPAS-800 +└── Spectrometer + └── MicroHR
\ No newline at end of file |