Fix up whitespace.
This commit is contained in:
@ -28,8 +28,8 @@ proc SetVolt {volt} {
|
||||
set pulserstate 0
|
||||
} else {
|
||||
set pulservolt [VoltScale $volt]
|
||||
# sct_pulser send "VOLT:OFFS $pulservolt; OFFS?"
|
||||
# PulserDC $pulservolt
|
||||
# sct_pulser send "VOLT:OFFS $pulservolt; OFFS?"
|
||||
# PulserDC $pulservolt
|
||||
if {$pulserstate==0} {
|
||||
PulserDC $pulservolt
|
||||
PulserOn
|
||||
@ -228,7 +228,7 @@ proc SquarePulseVolt {start step fin freq bins oscno} {
|
||||
set pulservolt [VoltScale $j]
|
||||
PulserSquare $freq $pulservolt
|
||||
PulserOn
|
||||
# sct_pulser send "APPL:SQU $freq,$pulservolt,0"
|
||||
# sct_pulser send "APPL:SQU $freq,$pulservolt,0"
|
||||
}
|
||||
oct oscillate_count $oscno
|
||||
oct oscillate start
|
||||
@ -249,7 +249,7 @@ proc SquarePulseFreq {volt freqlist bins oscno} {
|
||||
wait 3
|
||||
PulserSquare $freq $pulservolt
|
||||
PulserOn
|
||||
# sct_pulser send "APPL:SQU $freq,$pulservolt,0"
|
||||
# sct_pulser send "APPL:SQU $freq,$pulservolt,0"
|
||||
oct oscillate_count $oscno
|
||||
oct oscillate start
|
||||
hmm countblock
|
||||
@ -306,12 +306,12 @@ proc UniPulseFreq {volt freqlist bins oscno} {
|
||||
|
||||
histmem_period_strobo $freq $bins
|
||||
wait 3
|
||||
# PulserSquareOffs $freq $pulservolt [expr {$pulservolt/2}]
|
||||
# PulserSquareOffs $freq $pulservolt [expr {$pulservolt/2}]
|
||||
set pulservolt [VoltScale [expr {$volt*1.0}]]
|
||||
set pulseroffs [VoltScale [expr {$volt*0.5}]]
|
||||
PulserSquareOffs $freq $pulservolt $pulseroffs
|
||||
PulserOn
|
||||
# sct_pulser send "APPL:SQU $freq,$pulservolt,[expr {$pulservolt/2}]"
|
||||
# sct_pulser send "APPL:SQU $freq,$pulservolt,[expr {$pulservolt/2}]"
|
||||
oct oscillate_count $oscno
|
||||
oct oscillate start
|
||||
hmm countblock
|
||||
|
@ -65,8 +65,8 @@ proc UniZigTexture {motor mstart mstep mnum volt freq vstep binmult oscno} {
|
||||
set bins [expr {$vstep * 2 * $binmult}]
|
||||
histmem_period_strobo $freq $bins
|
||||
wait 3
|
||||
# set pulservolt [VoltScale [expr {$volt*1.0}]]
|
||||
# set pulseroffs [VoltScale [expr {$volt*0.5}]]
|
||||
# set pulservolt [VoltScale [expr {$volt*1.0}]]
|
||||
# set pulseroffs [VoltScale [expr {$volt*0.5}]]
|
||||
VoltPosStep $volt $freq $vstep
|
||||
|
||||
PulserOn
|
||||
|
Reference in New Issue
Block a user