Setting for a Failure Mode or a Failure Criteria. More...
Public Member Functions | |
| __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) | |
Properties | |
| 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 | |
Additional Inherited Members | |
| Protected Attributes inherited from hyperx.api.IdEntity | |
| _Entity = idEntity | |
Setting for a Failure Mode or a Failure Criteria.
| hyperx.api.FailureSetting.__init__ | ( | self, | |
| _api.FailureSetting | failureSetting ) |
| None hyperx.api.FailureSetting.SetBoolValue | ( | self, | |
| bool | value ) |
| None hyperx.api.FailureSetting.SetFloatValue | ( | self, | |
| float | None | value ) |
| None hyperx.api.FailureSetting.SetIntValue | ( | self, | |
| int | None | value ) |
| None hyperx.api.FailureSetting.SetSelectionValue | ( | self, | |
| int | index ) |
Set enum value by index.
| InvalidOperationException |
| None hyperx.api.FailureSetting.SetStringValue | ( | self, | |
| str | value ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |