Diff: TasScanCommand

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
NewTasSyntax

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 9 and version 8:
Line 3 was replaced by line 3
- The scan syntax is like on TASMAD:
+ The scan syntax is like on TASMAD.
Line 5 was replaced by lines 5-32
- {{> scan qh}} ''qh qk ql en'' {{dqh}} ''dqh dqk dql den'' {{np}} ''np'' {{mn}} ''mn''
+ Arguments of __SC__:
+ # any driveable variable, and its center value
+ # any step (__D__ immediately followed by the variable name)
+ # __NP__ followed by the number of points
+ # __MN__ or __TI__ followed by the monitor or time preset value
+
+ Examples:
+ * energy scan (the following two beeing equivalent))
+ {{
+ \\> scan qh 1 0 0 0 dqh 0 0 0 0.01 np 5 mn 1000
+ \\> scan qh 1 0 0 en 0 den 0.01 np 5 mn 1000
+ }}
+
+ * q scan (the following two beeing equivalent))
+ {{
+ \\> scan qh 1 0 0 0 dqh 0 0.01 0 0 np 5 mn 1000
+ \\> scan qh 1 0 0 0 dqh 0 0.01 0 np 5 mn 1000
+ }}
+
+ * motor scan with time preset
+ {{
+ \\> scan a3 25 a4 50 da3 0.1 da4 0.2 np 11 ti 1
+ }}
+
+ The q-, energy and motor values give the center of
+ the scans, __np__ is the total number of points.
+ If __np__ is even, the scan center is between the two
+ points in the middle.

Back to TasScanCommand, or to the Page History.