| LineCodesCmatrix Property |
[This is preliminary documentation and is subject to change.]
Capacitance matrix, nF per unit length
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Cmatrix { get; set; }
Public Property Cmatrix As Double()
Get
Set
public:
property array<double>^ Cmatrix {
array<double>^ get ();
void set (array<double>^ value);
}
member Cmatrix : float[] with get, set
function get_Cmatrix();
function set_Cmatrix(value);
Property Value
Type:
DoubleSee Also