Fix LS340 tc driveable by setting the right value for the model number.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user