adding two monos

This commit is contained in:
2025-07-04 10:24:39 +02:00
parent bb73bcacac
commit 2e763c6602
2 changed files with 30 additions and 3 deletions

View File

@@ -28,6 +28,24 @@
{
"type": "separator"
},
{
"type": "title",
"text": "Optics"
},
{
"type": "caqtdm",
"text": "Double Multilayer Mono",
"panel": "X_X12SA_OP_DMM_User.ui",
"macros": "P=X12SA-OP-DMM1",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "Channelcut Mono",
"panel": "X_X12SA_OP_CCM_User.ui",
"macros": "P=X12SA-OP-CCM1",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "title",
"text": "Special"

View File

@@ -19,9 +19,18 @@
"command": "caqtdm -macro \"FILTER=X12SA-OP-FI\" X_X12SA_filterbox.ui"
},
{
"type": "cmd",
"text": "Monochromator",
"command": "caqtdm X_X12SA_expert-mono.ui"
"type": "caqtdm",
"text": "Double Multilayer Mono",
"panel": "X_X12SA_OP_DMM_Axes.ui",
"macros": "IOC=X12SA-CPCL-DMM,DEV=X12SA-OP-DMM1",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",
"text": "Channelcut Mono",
"panel": "X_X12SA_OP_CCM_Axes.ui",
"macros": "IOC=X12SA-CPCL-CCM,DEV=X12SA-OP-CCM1",
"param": "-noMsg -attach -stylefile slses.qss"
},
{
"type": "caqtdm",