G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.System.SystemCharacteristics Class Referencesealed

Public Member Functions

Single GetMaximumVoltage ()
 Get the maximum possible DC output voltage of a G5 system.
 
Single GetMinimumVoltage ()
 Get the minimum possible DC output voltage of a G5 system.
 
Single GetMaximumCurrent ()
 Get the maximum possible DC output current of a G5 system.
 
Single GetMinimumCurrent ()
 Get the minimum possible DC output current of a G5 system.
 
Single GetMaximumPower ()
 Get maximum possible DC output power of a G5 system.
 
Single GetMinimumPower ()
 Get minimum possible DC output power of a G5 system.
 
Single GetMaximumLoadResistance ()
 Get the maximum possible load resistance of a G5 system.
 
Single GetMinimumLoadResistance ()
 Get the minimum possible load resistance of a G5 system.
 
Single GetMaximumInternalResistance ()
 Get the maximum possible internal resistance of a G5 system.
 
Single GetMinimumInternalResistance ()
 Get the minimum possible internal resistance of a G5 system.
 
Single GetMaximumInternalConductance ()
 Get the maximum internal conductance of a G5 system.
 
Single GetMinimumInternalConductance ()
 Get the minimum internal conductance.
 

Member Function Documentation

◆ GetMaximumCurrent()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMaximumCurrent ( )
inline

Get the maximum possible DC output current of a G5 system.

Returns
Maximum current [A]
Exceptions
G5ApiException

◆ GetMaximumInternalConductance()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMaximumInternalConductance ( )
inline

Get the maximum internal conductance of a G5 system.

Returns
Maximum internal conductance [S]
Exceptions
G5ApiException

◆ GetMaximumInternalResistance()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMaximumInternalResistance ( )
inline

Get the maximum possible internal resistance of a G5 system.

Returns
Maximum internal resistance [Ω]
Exceptions
G5ApiException

◆ GetMaximumLoadResistance()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMaximumLoadResistance ( )
inline

Get the maximum possible load resistance of a G5 system.

Returns
Maximum load resistance [Ω]
Exceptions
G5ApiException

◆ GetMaximumPower()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMaximumPower ( )
inline

Get maximum possible DC output power of a G5 system.

Returns
Maximum power [W]
Exceptions
G5ApiException

◆ GetMaximumVoltage()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMaximumVoltage ( )
inline

Get the maximum possible DC output voltage of a G5 system.

Returns
Maximum voltage [V]
Exceptions
G5ApiException

◆ GetMinimumCurrent()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMinimumCurrent ( )
inline

Get the minimum possible DC output current of a G5 system.

Returns
Minimum current [A]
Exceptions
G5ApiException

◆ GetMinimumInternalConductance()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMinimumInternalConductance ( )
inline

Get the minimum internal conductance.

Returns
Minimum internal conductance [S]
Exceptions
G5ApiException

◆ GetMinimumInternalResistance()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMinimumInternalResistance ( )
inline

Get the minimum possible internal resistance of a G5 system.

Returns
Minimum internal resistance [Ω]
Exceptions
G5ApiException

◆ GetMinimumLoadResistance()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMinimumLoadResistance ( )
inline

Get the minimum possible load resistance of a G5 system.

Returns
Minimum load resistance [Ω]
Exceptions
G5ApiException

◆ GetMinimumPower()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMinimumPower ( )
inline

Get minimum possible DC output power of a G5 system.

Returns
Minimum power [W]
Exceptions
G5ApiException

◆ GetMinimumVoltage()

Single Regatron.G5.Api.System.SystemCharacteristics.GetMinimumVoltage ( )
inline

Get the minimum possible DC output voltage of a G5 system.

Returns
Minimum nominal voltage [V]
Exceptions
G5ApiException