Files
sls_x04sa_launcher/X_X04SA_sscan.json
2021-08-31 09:45:21 +02:00

27 lines
647 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": "X_GES_Viewer.sh"
}
]
}