GetBusVoltage
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

GetBusVoltage
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetBusVoltage(

const BusName: WideString;

out VoltageStr: WideString

);

Section

Description

Gets the Bus Bar's Voltage.

Section

Parameters

Input Parameter

Usage

Name

Bus Name.

Output Parameter

Usage

Voltage

Voltage Magnitude as a String e.g. ("11kV")

Section

Method Results

None

Section

Example

PowaMasterObj.GetBusVoltage(BusName,BusVoltage);

Section

See Also

SetBusVoltage

Section