forked from autodeploy_config/sls_x11ma_launcher
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"menu": [
|
|
{
|
|
"type": "title",
|
|
"text": "----- Slit Motors -----"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "Aperture control",
|
|
"panel": "X11MA_OP_Slits.ui",
|
|
"macros": "BML=X11MA",
|
|
"param": "-noMsg -attach -stylefile slses.qss"
|
|
},
|
|
{
|
|
"type": "caqtdm",
|
|
"text": "SL motors",
|
|
"panel": "motor4x.ui",
|
|
"macros": "P=X11MA-OP-SL:,M1=TRXR,M2=TRXW,M3=TRYB,M4=TRYT",
|
|
"param": "-noMsg -attach -stylefile slses.qss"
|
|
}
|
|
]
|
|
}
|
|
|