Skip to content

Commit

Permalink
Update: add YokogawaGS200Channel message (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Kalan <[email protected]>
  • Loading branch information
kalzoo and kalzoo authored Nov 25, 2020
1 parent 5b1e17a commit 218b0f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpcq/core_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,13 @@ class QDOFastFluxChannel(Message):
"""Flux current [Amps]."""


@dataclass(eq=False, repr=False)
class YokogawaGS200Channel(Message):
"""
Configuration for a single Yokogawa GS200 Channel.
"""


@dataclass(eq=False, repr=False)
class LegacyUSRPSequencer(Message):
"""
Expand Down
5 changes: 5 additions & 0 deletions src/core-messages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,11 @@

:documentation "Configuration for a single QDO Fast Flux Channel.")

(defmessage |YokogawaGS200Channel| ()
()

:documentation "Configuration for a single Yokogawa GS200 Channel.")

(defmessage |LegacyUSRPSequencer| ()
(
(|tx_channel|
Expand Down

0 comments on commit 218b0f8

Please sign in to comment.