Fix LS340 tc driveable by setting the right value for the model number.

This commit is contained in:
Ferdi Franceschini
2014-07-17 08:55:19 +10:00
parent 0e53fe3757
commit 22c701b816

View File

@ -1757,7 +1757,7 @@ proc createNode {scobj_hpath sct_controller cmdGroup varName readable writable p
# @return nothing (well, the sct object)
proc mk_sct_lakeshore_340 {sct_controller klasse tempobj CID CTYPE tol1 tol2 verbose} {
if {[ catch {
set LSmodel "ls340"
set LSmodel "340"
set ::scobj::ls340::ls340_driveTolerance1 $tol1
set ::scobj::ls340::ls340_driveTolerance2 $tol2
set ::scobj::ls340::ls340_LSmodel $LSmodel