| Circuitget_Buses Method (String) |
[This is preliminary documentation and is subject to change.]
Activates and returns a bus by its name.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public Bus get_Buses(
string name
)
Public Function get_Buses (
name As String
) As Bus
public:
Bus^ get_Buses(
String^ name
)
member get_Buses :
name : string -> Bus
function get_Buses(name);
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:dss_sharp.Circuit.get_Buses(System.String)"]
Return Value
Type:
Bus[Missing <returns> documentation for "M:dss_sharp.Circuit.get_Buses(System.String)"]
See Also