Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Sep 11, 2024
1 parent adc9388 commit dfa7bec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions python/lsst/ts/xml/data/sal_interfaces/MOSS/MOSS_Commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>MOSS</Subsystem>
<EFDB_Topic>MOSS_command_powerOff</EFDB_Topic>
<Description>Turn off the PDU of MOSS.</Description>
</SALCommand>
<SALCommand>
<Subsystem>MOSS</Subsystem>
<EFDB_Topic>MOSS_command_powerOn</EFDB_Topic>
<Description>Turn on the PDU of MOSS.</Description>
</SALCommand>
<SALCommand>
<Subsystem>MOSS</Subsystem>
<EFDB_Topic>MOSS_command_runPulsedBeam</EFDB_Topic>
Expand All @@ -63,10 +53,10 @@
<Count>1</Count>
</item>
<item>
<EFDB_Name>duration</EFDB_Name>
<Description>Duration of the pulses</Description>
<EFDB_Name>pulseLength</EFDB_Name>
<Description>Length of the pulses</Description>
<IDL_Type>number</IDL_Type>
<Units>milliseconds</Units>
<Units>millisecond</Units>
<Count>1</Count>
</item>
</SALCommand>
Expand All @@ -75,4 +65,14 @@
<EFDB_Topic>MOSS_command_stopPulsedBeam</EFDB_Topic>
<Description>Stop the commanded pulse beam.</Description>
</SALCommand>
<SALCommand>
<Subsystem>MOSS</Subsystem>
<EFDB_Topic>MOSS_command_powerOff</EFDB_Topic>
<Description>Turn off the PDU of MOSS.</Description>
</SALCommand>
<SALCommand>
<Subsystem>MOSS</Subsystem>
<EFDB_Topic>MOSS_command_powerOn</EFDB_Topic>
<Description>Turn on the PDU of MOSS.</Description>
</SALCommand>
</SALCommandSet>
10 changes: 5 additions & 5 deletions python/lsst/ts/xml/data/sal_interfaces/MOSS/MOSS_Events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
</SALEvent>
<SALEvent>
<Subsystem>MOSS</Subsystem>
<EFDB_Topic>MOSS_logevent_pulseDuration</EFDB_Topic>
<Description>Report the duration of the pulse</Description>
<EFDB_Topic>MOSS_logevent_pulseLength</EFDB_Topic>
<Description>Report the length of the pulse</Description>
<item>
<EFDB_Name>duration</EFDB_Name>
<Description>Duration of the pulse in seconds</Description>
<EFDB_Name>pulseLength</EFDB_Name>
<Description>Length of the pulse in seconds</Description>
<IDL_Type>number</IDL_Type>
<Units>milliseconds</Units>
<Units>millisecond</Units>
<Count>1</Count>
</item>
</SALEvent>
Expand Down

0 comments on commit dfa7bec

Please sign in to comment.