add config, stick and addon files from l_samenv@samenv

This commit is contained in:
l_samenv
2022-08-22 15:08:43 +02:00
parent cd5d938f65
commit 6440ed1931
104 changed files with 1574 additions and 0 deletions

12
tcl/test_dil5.addon Normal file
View File

@ -0,0 +1,12 @@
addonDesc = "additional channels for DIL5 test"
makenv tx -driver 370_lsc {
lsc_sensor tblue -channel 1 -sensor dil5blue -sensorname inside -excitation 200uV -color blue
lsc_sensor tyellow -channel 2 -sensor dil5yellow -sensorname bottom -excitation 200uV -color yellow
lsc_sensor tred -channel 3 -sensor dil5red -sensorname top -excitation 200uV -color red
}
GraphAdd tx.tblue K
GraphAdd tx.tyellow K
GraphAdd tx.tred K