forked from autodeploy_config/sls_x11ma_launcher
29 lines
791 B
JSON
29 lines
791 B
JSON
{
|
|
"menu": [
|
|
{
|
|
"type": "title",
|
|
"text": "X11MA Femto"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Scan panel",
|
|
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-ES2-,S=scan1\" scan_more.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Oscillator timing",
|
|
"command": "caqtdm -noMsg -attach -macro \"P=X11MA-ES2\" X_FEMTO_oscillator.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Filling Pattern",
|
|
"command": "caqtdm -noMsg -attach A_TI_FILL_FillingPatMain.ui"
|
|
},
|
|
{
|
|
"type": "cmd",
|
|
"text": "Delay Settings",
|
|
"command": "caqtdm $SLSBASE/sls/config/panel/X_X11MA_timing-es2.prc"
|
|
}
|
|
]
|
|
}
|