ResultFeature Class Reference
Last update: 16.07.2025Represents a Speos result feature. More...
Inheritance diagram for ResultFeature:

Static Public Attributes | |
| str | AssociatedLPFResult = property(fget=__GetAssociatedLPFResult) |
| Returns the LPF result feature associated to this XMP result feature. | |
| str | FilePath = property(fget=__GetFilePath) |
| Gets the result file path. | |
| str | Filename = property(fget=__GetFilename) |
| Gets the result file name with its extension. | |
| str | Measures = property(fget=__GetMeasures) |
| Returns the collection of measures belonging to this result. | |
| str | Rules = property(fget=__GetRules) |
| Returns the collection of rules belonging to this result. | |
Static Public Attributes inherited from Feature | |
| str | Name = property(fget=__GetName) |
| Returns the name of the feature. | |
| str | Tag = property(fget=__GetTag) |
| Returns the NX tag for this feature. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Feature | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from Feature | |
| 'None' | Update (self) |
| Updates the feature. | |
| 'None' | Delete (self) |
| Deletes the feature. | |
Detailed Description
Represents a Speos result feature.
A base class for all Speos result features.
This class provides the basic functionality common to all result features.
To obtain an instance of this class, refer to FeatureSimulation::GetResults().
Member Data Documentation
◆ AssociatedLPFResult
|
static |
Returns the LPF result feature associated to this XMP result feature.
Prerequisite: The result feature must be an XMP result.
- Returns
- The result feature or None.
◆ Filename
|
static |
Gets the result file name with its extension.
value type: String.
The default value is an empty string.
◆ FilePath
|
static |
Gets the result file path.
value type: String.
The default value is an empty string.
◆ Measures
|
static |
Returns the collection of measures belonging to this result.
- Returns
- The collection of measures.
◆ Rules
|
static |
Returns the collection of rules belonging to this result.
- Returns
- The collection of rules.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Static Public Attributes inherited from