14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
addonDesc = "lsc 370 resistance bridge"
|
|
|
|
makenv res -driver 370_lsc {
|
|
lsc_sensor s1 -channel 2 -sensor raw -excitation 1uV
|
|
lsc_sensor s2 -channel 3 -sensor raw -excitation 1uV
|
|
lsc_sensor s3 -channel 5 -sensor raw -excitation 1uV
|
|
}
|
|
|
|
GraphAdd res.s1 Ohm R1
|
|
GraphAdd res.s2 Ohm R2
|
|
GraphAdd res.s3 Ohm R3
|
|
|
|
|