Skip to content
Snippets Groups Projects
Commit d7c83b21 authored by Jan David Mol's avatar Jan David Mol
Browse files

Added Fault function for triggering FAULT state

parent e81f3cfb
No related branches found
No related tags found
No related merge requests found
......@@ -632,6 +632,18 @@ class RCUSCC(Device):
self.set_state(DevState.INIT)
# PROTECTED REGION END # // RCUSCC.Init
@command(
)
@DebugIt()
def Fault(self):
# PROTECTED REGION ID(RCUSCC.On) ENABLED START #
"""
:return:None
"""
self.set_state(DevState.FAULT)
# PROTECTED REGION END # // RCUSCC..On
@command(
)
@DebugIt()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment