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 1211833 commit 41d9d81Copy full SHA for 41d9d81
src/dss_sharp.cs
@@ -2559,6 +2559,25 @@ public double[] TotalPowers
2559
}
2560
2561
2562
+
2563
+ /// <summary>
2564
+ /// Array of integers, a copy of the internal NodeRef of the CktElement.
2565
+ /// </summary>
2566
+ public int[] NodeRef
2567
+ {
2568
+ get
2569
2570
+ try
2571
2572
+ DSS_CAPI.ctx_CktElement_Get_NodeRef_GR(ctx);
2573
+ return apiutil.get_int32_gr_array();
2574
+ }
2575
+ finally
2576
2577
+ CheckForError();
2578
2579
2580
2581
2582
2583
public class Generators : ContextState
0 commit comments