HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.AnalysisDetailCol Class Reference
Inheritance diagram for hyperx.api.AnalysisDetailCol:

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.AnalysisDetailCol analysisDetailCol)
 __iter__ (self)
 __len__ (self)
AnalysisDetail Get (self, item1=None)
AnalysisDetail Get (self, str name)
 Get an hyperx.api.AnalysisDetail by name.
AnalysisDetail Get (self, tuple[str] path)

Protected Attributes

 _Entity = analysisDetailCol

Properties

 AnalysisDetailColList = property

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.AnalysisDetailCol.__init__ ( self,
_api.AnalysisDetailCol analysisDetailCol )

Member Function Documentation

◆ __getitem__()

hyperx.api.AnalysisDetailCol.__getitem__ ( self,
int index )

◆ __iter__()

hyperx.api.AnalysisDetailCol.__iter__ ( self)

◆ __len__()

hyperx.api.AnalysisDetailCol.__len__ ( self)

◆ Get() [1/3]

AnalysisDetail hyperx.api.AnalysisDetailCol.Get ( self,
item1 = None )

Get an hyperx.api.AnalysisDetail by name.

Exceptions
InvalidOperationExceptionIf the name is not found.

◆ Get() [2/3]

AnalysisDetail hyperx.api.AnalysisDetailCol.Get ( self,
str name )

Get an hyperx.api.AnalysisDetail by name.

Exceptions
InvalidOperationExceptionIf the name is not found.

◆ Get() [3/3]

AnalysisDetail hyperx.api.AnalysisDetailCol.Get ( self,
tuple[str] path )

Member Data Documentation

◆ _Entity

hyperx.api.AnalysisDetailCol._Entity = analysisDetailCol
protected

Property Documentation

◆ AnalysisDetailColList

hyperx.api.AnalysisDetailCol.AnalysisDetailColList = property
static

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