Files
sls_x04sa_launcher/X_X04SA_sscan.json
2023-01-13 19:35:01 +01:00

27 lines
688 B
JSON

{
"menu": [
{
"type": "title",
"text": "X04SA SCAN TOOL"
},
{
"type": "cmd",
"text": "Scan 1",
"command": "caqtdm -x -attach -macro \\\"P=X04SA-PC-GES:,N=1,S=scan1\\\" scan_more.ui"
},
{
"type": "cmd",
"text": "Scan 2",
"command": "caqtdm -x -attach -macro \\\"P=X04SA-PC-GES:,N=2,S=scan2\\\" scan_more.ui"
},
{
"type": "separator"
},
{
"type": "cmd",
"text": "Scan Data Viewer",
"command": "python /sls/controls/applications/mdaviewer/mdaviewer.py"
}
]
}