plugins.itic_plugin | index /Users/anthony/Development/opq/mauka/plugins/itic_plugin.py |
This plugin calculates the ITIC region of a voltage, duration pair.
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Functions | ||
|
Data | ||
HUNDREDTH_OF_A_CYCLE = 0.16666666666666669 NO_DAMAGE_REGION_POLYGON = [[20, 0], [20, 40], [20, 70], [500, 70], [500, 80], [10000, 80], [10000, 90], [10000, 0], [20, 0]] NO_INTERRUPTION_REGION_POLYGON = [[0, 0], [0, 500], [0.16666666666666669, 500], [1, 200], [3, 140], [3, 120], [20, 120], [500, 120], [500, 110], [10000, 110], [10000, 90], [10000, 80], [500, 80], [500, 70], [20, 70], [20, 40], [20, 0], [0, 0]] PROHIBITED_REGION_POLYGON = [[0.16666666666666669, 500], [1, 200], [3, 140], [3, 120], [20, 120], [500, 120], [500, 110], [10000, 110], [10000, 500], [0.16666666666666669, 500]] |