answersLogoWhite

0

Volt-Ampere Reactive. It is the reactive component of power when the Power Factor is less than unity (1.0). It is usually measured in KVAR - 1000's of VAR.

User Avatar

Wiki User

17y ago

What else can I help you with?

Continue Learning about Natural Sciences

How many var equal to 1 square meter?

1.196 var, approx.


What is the scientific name for snow pea?

The scientific name for snow pea is Pisum sativum var. saccharatum.


What is triticum durum var vulgare?

Wheat. Maybe. You may want to google it. Just to be sure.


What do polygons represent on a map?

A polygon is very similar to a polyline. However, you have an additional option to set the interior fill color. We can draw a border around the state of Colorado (a nice rectangular state defined by simple latitude and longitude values) using the following code:Copy var points = [ new VELatLong(41,-102), new VELatLong(37,-102), new VELatLong(37,-109), new VELatLong(41,-109), new VELatLong(41,-102) ]; var outlineColor = new VEColor(0,0,255,1); var fillColor = new VEColor(0,0,255,.2); var outlineWidth = 5; var id = 'Colorado'; var poly = new VEPolygon(id, points, fillColor, outlineColor, outlineWidth) map.AddPolygon(poly);


When does Daylight Saving Time go in effect?

function Init() { if(window.location.search.indexOf("pf=pf") >= 0) { var hostname = window.location.hostname; var firstDotFromRight = hostname.lastIndexOf( '.', hostname.length ); var start = hostname.lastIndexOf( '.', firstDotFromRight - 1 ); var domain = hostname.substr( start + 1 ).toLowerCase(); if (("live.com" domain)) { document.domain = domain; } } } Daylight time begins in the United States on the second Sunday in March and ends on the first Sunday in November. On the second Sunday in March, clocks are set ahead one hour. The first Sunday in November, clocks are set back one hour.