HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.FailureModeSetting Class Reference

Setting for a Failure Mode. More...

Inheritance diagram for hyperx.api.FailureModeSetting:
hyperx.api.FailureSetting hyperx.api.IdNameEntity hyperx.api.IdEntity

Public Member Functions

 __init__ (self, _api.FailureModeSetting failureModeSetting)
Public Member Functions inherited from hyperx.api.FailureSetting
 __init__ (self, _api.FailureSetting failureSetting)
None SetBoolValue (self, bool value)
None SetFloatValue (self, float|None value)
None SetIntValue (self, int|None value)
None SetSelectionValue (self, int index)
 Set enum value by index.
None SetStringValue (self, str value)
Public Member Functions inherited from hyperx.api.IdNameEntity
 __init__ (self, _api.IdNameEntity idNameEntity)
Public Member Functions inherited from hyperx.api.IdEntity
 __init__ (self, _api.IdEntity idEntity)

Additional Inherited Members

Protected Attributes inherited from hyperx.api.IdEntity
 _Entity = idEntity
Properties inherited from hyperx.api.FailureSetting
 CategoryId = property
 DataType = property
 DefaultValue = property
 Description = property
 EnumValues = property
 PackageId = property
 PackageSettingId = property
 UID = property
 Value = property
 Use Set[DataType]Value() methods to set the value for the setting.
Properties inherited from hyperx.api.IdNameEntity
 Name = property
Properties inherited from hyperx.api.IdEntity
 Id = property

Detailed Description

Setting for a Failure Mode.

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.FailureModeSetting.__init__ ( self,
_api.FailureModeSetting failureModeSetting )

The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py