Skip to content

Commit

Permalink
Add Filter demand
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed May 8, 2024
1 parent 795608a commit 0b2173b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions modules/giapi/src/main/scala/giapi/enums/GiapiStatusApply.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1728,12 +1728,22 @@ object GiapiStatusApply {
case object GhostCalibrationFilterWheel
extends GiapiStatusApply("GhostCalibrationFilterWheel",
Instrument.Ghost,
GiapiType.Int,
GiapiType.String,
"ghost:sad:cc:slu:cfwCO.position",
"ghost:cc:slu:cfwCO.position",
None
)

/** @group Constructors */
case object GhostCalibrationFilterDemand
extends GiapiStatusApply("GhostCalibrationFilterWheel",
Instrument.Ghost,
GiapiType.String,
"ghost:sad:cc:slu:cfw.type",
"ghost:cc:slu:cfw.type",
None
)

/** All members of GiapiStatusApply, in canonical order. */
val all: List[GiapiStatusApply] =
List(
Expand Down Expand Up @@ -1906,7 +1916,8 @@ object GiapiStatusApply {
GhostSlitMaskPositionerType,
GhostBFocusType,
GhostRFocusType,
GhostCalibrationFilterWheel
GhostCalibrationFilterWheel,
GhostCalibrationFilterDemand
)

/** Select the member of GiapiStatusApply with the given tag, if any. */
Expand Down

0 comments on commit 0b2173b

Please sign in to comment.