From GridLAB-D Wiki
Jump to: navigation, search

voltdump -- Dump voltage data from powerflow nodes

Synopsis

object voltdump {
	group "";
	runtime 'INIT';
	filename "";
	runcount 0;
	mode mode;
}

Description

The voltdump object produces a dump of the voltages at the nodes. This can be used to determine the cause of convergence problems.

group

The groupid from which voltages are dumped.

runtime

The time at which voltages are dumped.

filename

The filename into which voltages are dumped.

runcount

The number of times the voltages have been dumped.

mode

The format in which voltages are dumped.

RECT

Voltages are dumped in rectangular format.

POLAR

Voltages are dumped in polar format.

NOTE: Prior to version 4.1, the RECT and POLAR formats were lower-case, rect or polar.

See also

Xref:powerflow