Remove superfluous trailing white space from TCL files
This commit is contained in:
@@ -10,7 +10,7 @@ proc makeFileName args {
|
||||
set p [string trim [SplitReply [sicsdatapath]]]
|
||||
set pre [string trim [SplitReply [sicsdataprefix]]]
|
||||
set po [string trim [SplitReply [sicsdatapostfix]]]
|
||||
return [format "%s%s%5.5d2003%s" $p $pre $num $po]
|
||||
return [format "%s%s%5.5d2003%s" $p $pre $num $po]
|
||||
}
|
||||
#==========================================================================
|
||||
# new version, attending to the new 1000 grouping logic
|
||||
@@ -98,17 +98,17 @@ proc writeStandardAttributes {fileName} {
|
||||
proc appendMotor {np motor alias} {
|
||||
set val [SplitReply [$motor]]
|
||||
__transfer putfloat 0 $val
|
||||
nxscript putslab $alias [list $np] [list 1] __transfer
|
||||
nxscript putslab $alias [list $np] [list 1] __transfer
|
||||
}
|
||||
#---------------------------------------------------------------------
|
||||
proc appendFloat {np alias val} {
|
||||
__transfer putfloat 0 $val
|
||||
nxscript putslab $alias [list $np] [list 1] __transfer
|
||||
nxscript putslab $alias [list $np] [list 1] __transfer
|
||||
}
|
||||
#---------------------------------------------------------------------
|
||||
proc appendCount {np value alias} {
|
||||
__transfer putint 0 $value
|
||||
nxscript putslab $alias [list $np] [list 1] __transfer
|
||||
nxscript putslab $alias [list $np] [list 1] __transfer
|
||||
}
|
||||
#--------------------------------------------------------------------
|
||||
proc appendSampleEnv {np device alias} {
|
||||
|
||||
Reference in New Issue
Block a user