get_output#
- XtractTransient.get_output()#
Get the output of the transient extraction.
- Returns:
- :
Tuple
[FieldsContainer
,FieldsContainer
] |Tuple
[Field
,Field
]One or more transient signals and non-transient signals in a tuple as DPF fields containers or fields (depending on the input).
- Return type:
Union
[Tuple
[FieldsContainer
,FieldsContainer
],Tuple
[Field
,Field
]]