Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
beamlinetools_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
HZB
Bluesky
beamlines_endstations
MySpot
source
beamlinetools_old
Commits
02baf111
Commit
02baf111
authored
1 year ago
by
(INACTIVE) Marcel Bajdel (new marcel.bajdel)
Browse files
Options
Downloads
Patches
Plain Diff
add simulated devices to the node
parent
e7049b16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beamlinetools/devices/genNodeClass.py
+82
-0
82 additions, 0 deletions
beamlinetools/devices/genNodeClass.py
with
82 additions
and
0 deletions
beamlinetools/devices/genNodeClass.py
0 → 100644
+
82
−
0
View file @
02baf111
from
secop_ophyd.SECoPDevices
import
SECoP_CMD_Device
,
SECoPReadableDevice
,
SECoPMoveableDevice
,
SECoP_Node_Device
from
ophyd_async.core.signal
import
SignalR
,
SignalRW
class
MassflowController
(
SECoPMoveableDevice
):
status
:
SignalR
group
:
SignalR
description
:
SignalR
implementation
:
SignalR
interface_classes
:
SignalR
features
:
SignalR
value
:
SignalR
target
:
SignalRW
ramp
:
SignalRW
gastype
:
SignalR
tolerance
:
SignalR
stop_CMD
:
SECoP_CMD_Device
test_cmd_CMD
:
SECoP_CMD_Device
class
PressureController
(
SECoPMoveableDevice
):
status
:
SignalR
group
:
SignalR
description
:
SignalR
implementation
:
SignalR
interface_classes
:
SignalR
features
:
SignalR
value
:
SignalR
target
:
SignalRW
ramp
:
SignalRW
tolerance
:
SignalR
stop_CMD
:
SECoP_CMD_Device
class
TemperatureController
(
SECoPMoveableDevice
):
status
:
SignalR
group
:
SignalR
description
:
SignalR
implementation
:
SignalR
interface_classes
:
SignalR
features
:
SignalR
value
:
SignalR
target
:
SignalRW
ramp
:
SignalRW
tolerance
:
SignalR
stop_CMD
:
SECoP_CMD_Device
class
TemperatureSensor
(
SECoPReadableDevice
):
status
:
SignalR
group
:
SignalR
description
:
SignalR
implementation
:
SignalR
interface_classes
:
SignalR
features
:
SignalR
value
:
SignalR
heat_flux
:
SignalRW
stop_CMD
:
SECoP_CMD_Device
class
Gas_dosing
(
SECoP_Node_Device
):
equipment_id
:
SignalR
firmware
:
SignalR
version
:
SignalR
description
:
SignalR
interface
:
SignalR
massflow_contr1
:
MassflowController
massflow_contr2
:
MassflowController
massflow_contr3
:
MassflowController
backpressure_contr1
:
PressureController
class
Reactor_cell
(
SECoP_Node_Device
):
equipment_id
:
SignalR
firmware
:
SignalR
version
:
SignalR
description
:
SignalR
interface
:
SignalR
temperature_reg
:
TemperatureController
temperature_sam
:
TemperatureSensor
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment