G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.System.SystemCommands Class Referencesealed
Inheritance diagram for Regatron.G5.Api.System.SystemCommands:
Inheritance graph

Public Member Functions

override void SetVoltageOn ()
 Switches ON the power output stage.
 
override void Reset ()
 Reset device/system.
 
virtual void ClearErrors ()
 This function resets the actual error state.

 
virtual void ClearWarnings ()
 Clear warnings.
 
virtual void ClearIncidents ()
 Clear warnings and errors.
 
virtual void SetVoltageOff ()
 Switches OFF the power output stage.
 
virtual void SaveSettings ()
 Save settings to hardware.
 

Member Function Documentation

◆ ClearErrors()

virtual void Regatron.G5.Api.Commands.ClearErrors ( )
inlinevirtualinherited

This function resets the actual error state.

Exceptions
G5ApiException

◆ ClearIncidents()

virtual void Regatron.G5.Api.Commands.ClearIncidents ( )
inlinevirtualinherited

Clear warnings and errors.

Exceptions
G5ApiException

◆ ClearWarnings()

virtual void Regatron.G5.Api.Commands.ClearWarnings ( )
inlinevirtualinherited

Clear warnings.

Exceptions
G5ApiException

◆ Reset()

override void Regatron.G5.Api.System.SystemCommands.Reset ( )
inlinevirtual

Reset device/system.

Exceptions
G5ApiException

Reimplemented from Regatron.G5.Api.Commands.

◆ SaveSettings()

virtual void Regatron.G5.Api.Commands.SaveSettings ( )
inlinevirtualinherited

Save settings to hardware.

Exceptions
G5ApiException

◆ SetVoltageOff()

virtual void Regatron.G5.Api.Commands.SetVoltageOff ( )
inlinevirtualinherited

Switches OFF the power output stage.

Exceptions
G5ApiException

◆ SetVoltageOn()

override void Regatron.G5.Api.System.SystemCommands.SetVoltageOn ( )
inlinevirtual

Switches ON the power output stage.

Exceptions
G5ApiException

Reimplemented from Regatron.G5.Api.Commands.