get_output_as_nparray#
- XtractTransient.get_output_as_nparray()#
Get the output of the transient extraction as NumPy arrays.
- Returns:
- :
Tuple
[np.ArrayLike
,np.ArrayLike
]Transient signals and non-transient signals in a tuple as NumPy arrays.
- Return type:
Tuple
[Union
[Buffer
,_SupportsArray
[dtype
[Any
]],_NestedSequence
[_SupportsArray
[dtype
[Any
]]],bool
,int
,float
,complex
,str
,bytes
,_NestedSequence
[Union
[bool
,int
,float
,complex
,str
,bytes
]]],Union
[Buffer
,_SupportsArray
[dtype
[Any
]],_NestedSequence
[_SupportsArray
[dtype
[Any
]]],bool
,int
,float
,complex
,str
,bytes
,_NestedSequence
[Union
[bool
,int
,float
,complex
,str
,bytes
]]]]