Property | Type | Description | |
---|---|---|---|
Hidden | bool | ||
Index | int | ||
Name | string | ||
Rf | float | ||
Ri | float | ||
Vf | float |
Method | Description | |
---|---|---|
Voltage ( string name, int index ) : System | ||
Voltage ( string name, int index, bool hidden ) : System | ||
Voltage ( string name, int index, float ri, float rf ) : System | ||
Voltage ( string name, int index, float ri, float rf, float vf, bool hidden ) : System |
public Voltage ( string name, int index ) : System | ||
name | string | |
index | int | |
return | System |
public Voltage ( string name, int index, bool hidden ) : System | ||
name | string | |
index | int | |
hidden | bool | |
return | System |
public Voltage ( string name, int index, float ri, float rf ) : System | ||
name | string | |
index | int | |
ri | float | |
rf | float | |
return | System |
public Voltage ( string name, int index, float ri, float rf, float vf, bool hidden ) : System | ||
name | string | |
index | int | |
ri | float | |
rf | float | |
vf | float | |
hidden | bool | |
return | System |