get_phasor_3ph

typhoon.test.sources.get_phasor_3ph(gridsimname)

Reads a Phasor3ph out of the chosen GridSimulator.

Parameters:

gridsimname – Name of the grid. Should be a grid simulator in the HIL.

Returns:

Grid phasors

Return type:

Phasors3ph

Examples

Considering an already running simulation:

>>> from typhoon.test.sources import get_phasor_3ph
>>> phasors = get_phasor_3ph("Grid Simulator1")
>>> print(phasors)

Notes

Check the Phasors3ph page to see more possibilities when using phasors.