answersLogoWhite

0

How do you find string efficiency?

User Avatar

Anonymous

13y ago
Updated: 6/21/2023

string efficiency= voltage across the string

----------------------------------------

(N*voltage across the most stressed unit)

N is the number of units in the string

What else can I help you with?

Related Questions

How do you find the string efficiency?

string efficiency= voltage across the string ---------------------------------------- (N*voltage across the most stressed unit) N is the number of units in the string


What is string efficiency?

string efficiency refers to the efiiciency of the string which is an assembly of two or more number of insulation disc used between the tower and conductor . it is given by the formula , string efficiency = voltage across the string / number of disc in the string * voltage across the disc nearest the string .


Can value of the string efficiency being equal to 100 percent?

string efficiency can not be equal to 100%.. cause...1st of all efficiency of anything cannot be equal to 100%.. Secondly when there is insulators and discs to insulate then there will always be a medium between them.. For which there will be voltage drop... Thirdly there will be a conductor to ground voltage drop... So, string efficiency cannot be equal to 100%


What is the methods of improving string efficiency in transmission line?

capacitance grading method,static shielding


What menu command do you use to locate occurrrences of a character string string?

either by using find or find and replace


Which string insruments would you find in a string quartet?

You would find violins, cellos and maybe a Double Bass.


How do you find the perimeter of a jigsaw puzzle using string?

You can find the perimeter of any planar (flat) object using string by wrapping the string around the outside of the object, noting the point on the string where you return to the starting point, and then measuring the length of that portion of the string.


Where can you find string launcher in India?

you can find it in lifestyle


which string instruments would you find in a string quarter?

Two violins,viola and violoncello


How do you find the circunference of a bowl?

You get a string that can fit around the bowl and wrap the string around it and mark where they overlap. measure the string and there is the circumfrence!


Find the relationship between internal efficiency and school size?

Find the relationship between internal efficiency and school size?


Why can't the c plus plus compiler find the string object?

The most likely reason that the C++ compiler can't find the string object is just that you've forgotten to include the string header file.Code Example:#include // so you can use C++ strings using namespace std; // so you can write 'string' instead of 'std::string' string sMyString; // declare a string