TestResult Class¶
-
class
NXOpen.CAE.ModelCheck.TestResult¶ Bases:
NXOpen.TransientObjectRepresents quality checking result of a quality test
To obtain an instance of this class use CAE.ModelCheck.ElementTestResult.GetTestResults
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| TestType | Returns the test type |
| TestValue | Returns the test value. |
| ValidatedTestResult | Returns the validation result of comparing test value with the criteria value. |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| HasTestValue | Tells whether there is a test value associated with this test |
Property Detail¶
TestType¶
-
TestResult.TestType¶ Returns the test type
-------------------------------------Getter Method
Signature
TestTypeReturns: Return type: NXOpen.CAE.ModelCheck.TestValueTypesTestTypeNew in version NX8.5.0.
License requirements: None.
TestValue¶
-
TestResult.TestValue¶ Returns the test value.
An exception will be thrown f there is no test value associated with this test
-------------------------------------Getter Method
Signature
TestValueReturns: Return type: float New in version NX8.5.0.
License requirements: None.
ValidatedTestResult¶
-
TestResult.ValidatedTestResult¶ Returns the validation result of comparing test value with the criteria value.
if no test value is associated this test, the result just indicates the test is passed or failed
-------------------------------------Getter Method
Signature
ValidatedTestResultReturns: Return type: NXOpen.CAE.ModelCheck.TestValueTypesResultNew in version NX8.5.0.
License requirements: None.