add example for 2-axis piezo controller in devoces/user_template.yaml
CI for csaxs_bec / test (push) Successful in 1m31s
CI for csaxs_bec / test (pull_request) Successful in 1m30s

This commit is contained in:
x12sa
2026-05-07 13:50:26 +02:00
parent d9e6fd1a9b
commit 3ea4e9195a
+20 -2
View File
@@ -50,7 +50,7 @@ rotx:
############################################################
npx:
description: nPoint x axis on the big npoint controller
description: nPoint x axis on the big (3-axis) npoint controller
deviceClass: csaxs_bec.devices.npoint.npoint.NPointAxis
deviceConfig:
axis_Id: A
@@ -68,7 +68,7 @@ npx:
deviceTags:
- npoint
npy:
description: nPoint y axis on the big npoint controller
description: nPoint y axis on the big (3-axis) npoint controller
deviceClass: csaxs_bec.devices.npoint.npoint.NPointAxis
deviceConfig:
axis_Id: B
@@ -84,4 +84,22 @@ npy:
readoutPriority: baseline
connectionTimeout: 20
deviceTags:
- npoint
np2x:
description: nPoint x axis on the small (2-axis) npoint controller
deviceClass: csaxs_bec.devices.npoint.npoint.NPointAxis
deviceConfig:
axis_Id: A
host: "nPoint219026.psi.ch"
limits:
- -25
- 25
port: 23
sign: 1
enabled: true
onFailure: buffer
readOnly: false
readoutPriority: baseline
connectionTimeout: 20
deviceTags:
- npoint