13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
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
|
|
|