chore(smargon): tidy sim session config (reflow, comment out sgomega)
CI for csaxs_bec / test (push) Failing after 1m28s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-06 15:42:19 +02:00
co-authored by Claude Opus 4.8
parent e71f2df284
commit 5b83a30bbd
@@ -16,7 +16,7 @@
smargon:
description: SmarGon coordinator (SIMULATION)
deviceClass: csaxs_bec.devices.smargon.smargon.SmarGon
deviceConfig: {simulation: true, gradual_motion: true}
deviceConfig: { simulation: true, gradual_motion: true }
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
@@ -25,7 +25,14 @@ smargon:
sgx:
description: SmarGon SHX (sim)
deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
deviceConfig: {scs_axis: SHX, simulation: true, gradual_motion: true, limits: [-2, 2], tolerance: 0.001}
deviceConfig:
{
scs_axis: SHX,
simulation: true,
gradual_motion: true,
limits: [-2, 2],
tolerance: 0.001,
}
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
@@ -34,7 +41,14 @@ sgx:
sgy:
description: SmarGon SHY (sim)
deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
deviceConfig: {scs_axis: SHY, simulation: true, gradual_motion: true, limits: [-2, 2], tolerance: 0.001}
deviceConfig:
{
scs_axis: SHY,
simulation: true,
gradual_motion: true,
limits: [-2, 2],
tolerance: 0.001,
}
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
@@ -43,7 +57,14 @@ sgy:
sgz:
description: SmarGon SHZ (sim)
deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
deviceConfig: {scs_axis: SHZ, simulation: true, gradual_motion: true, limits: [10, 22], tolerance: 0.001}
deviceConfig:
{
scs_axis: SHZ,
simulation: true,
gradual_motion: true,
limits: [10, 22],
tolerance: 0.001,
}
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
@@ -52,7 +73,14 @@ sgz:
sgchi:
description: SmarGon CHI (sim)
deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
deviceConfig: {scs_axis: CHI, simulation: true, gradual_motion: true, limits: [0, 65], tolerance: 0.01}
deviceConfig:
{
scs_axis: CHI,
simulation: true,
gradual_motion: true,
limits: [0, 65],
tolerance: 0.01,
}
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
@@ -61,20 +89,27 @@ sgchi:
sgphi:
description: SmarGon PHI (sim)
deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
deviceConfig: {scs_axis: PHI, simulation: true, gradual_motion: true, limits: [-180, 180], tolerance: 0.01}
deviceConfig:
{
scs_axis: PHI,
simulation: true,
gradual_motion: true,
limits: [-180, 180],
tolerance: 0.01,
}
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
readoutPriority: baseline
sgomega:
description: SmarGon OMEGA (sim)
deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
deviceConfig: {scs_axis: OMEGA, simulation: true, gradual_motion: true, tolerance: 0.01}
deviceTags: [goniometer, smargon, simulation]
enabled: true
onFailure: retry
readoutPriority: baseline
# sgomega:
# description: SmarGon OMEGA (sim)
# deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor
# deviceConfig: {scs_axis: OMEGA, simulation: true, gradual_motion: true, tolerance: 0.01}
# deviceTags: [goniometer, smargon, simulation]
# enabled: true
# onFailure: retry
# readoutPriority: baseline
sim_mon:
description: Simulated 1D monitor (readout for test scans over SmarGon axes)