We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56b741 commit 8d5917eCopy full SHA for 8d5917e
dss/IPDElements.py
@@ -229,14 +229,14 @@ def AllCurrents(self) -> Float64ArrayOrComplexArray:
229
return self._get_complex128_gr_array()
230
231
@property
232
- def AllCurrentsMagAng(self) -> Float64ArrayOrComplexArray:
+ def AllCurrentsMagAng(self) -> Float64Array:
233
'''
234
Complex array (magnitude and angle format) of currents for all conductors, all terminals, for each PD element.
235
236
(API Extension)
237
238
self.CheckForError(self._lib.PDElements_Get_AllCurrentsMagAng_GR())
239
- return self._get_complex128_gr_array()
+ return self._get_float64_gr_array()
240
241
242
def AllCplxSeqCurrents(self) -> Float64ArrayOrComplexArray:
0 commit comments