We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current DOPF federate uses the following input and outputs. Can we generate this using GADAL's 0.2.2? { "directory": "opf_federate_123PV", "execute_function": "python opf_federate_123PV.py", "static_inputs": [ {"type": "", "port_id": "start_date"}, {"type": "", "port_id": "run_freq_sec"}, {"type": "", "port_id": "start_time_index"}, {"type": "", "port_id": "deltat"}, {"type": "", "port_id": "algorithm_settings"}, {"type": "", "port_id": "method"}, {"type": "", "port_id": "metadata"} ], "dynamic_inputs": [ {"type": "", "port_id": "topology"}, {"type": "", "port_id": "topology_flow"}, {"type": "", "port_id": "tap_info"}, {"type": "", "port_id": "cap_info"}, {"type": "", "port_id": "pv_info"}, {"type": "", "port_id": "flex_info"}, {"type": "", "port_id": "powers_real"}, {"type": "", "port_id": "powers_imag"}, {"type": "", "port_id": "power_P"}, {"type": "", "port_id": "power_Q"}, {"type": "", "port_id": "cap_powers_imag"}, {"type": "", "port_id": "pv_powers_real"}, {"type": "", "port_id": "pv_powers_imag"}, {"type": "", "port_id": "tap_values"}, {"type": "", "port_id": "voltage_mag"}, {"type": "", "port_id": "voltage_angle"} ], "dynamic_outputs": [ {"type": "", "port_id": "opf_flex_powers_real"}, {"type": "", "port_id": "opf_cap_powers_imag"}, {"type": "", "port_id": "opf_pv_powers_real"}, {"type": "", "port_id": "opf_pv_powers_imag"}, {"type": "", "port_id": "opf_tap_values"} ] }
The text was updated successfully, but these errors were encountered:
I assigned this to you @tarekelgindy ? Is that appropriate?
Sorry, something went wrong.
tarekelgindy
No branches or pull requests
The current DOPF federate uses the following input and outputs. Can we generate this using GADAL's 0.2.2?
{
"directory": "opf_federate_123PV",
"execute_function": "python opf_federate_123PV.py",
"static_inputs": [
{"type": "", "port_id": "start_date"},
{"type": "", "port_id": "run_freq_sec"},
{"type": "", "port_id": "start_time_index"},
{"type": "", "port_id": "deltat"},
{"type": "", "port_id": "algorithm_settings"},
{"type": "", "port_id": "method"},
{"type": "", "port_id": "metadata"}
],
"dynamic_inputs": [
{"type": "", "port_id": "topology"},
{"type": "", "port_id": "topology_flow"},
{"type": "", "port_id": "tap_info"},
{"type": "", "port_id": "cap_info"},
{"type": "", "port_id": "pv_info"},
{"type": "", "port_id": "flex_info"},
{"type": "", "port_id": "powers_real"},
{"type": "", "port_id": "powers_imag"},
{"type": "", "port_id": "power_P"},
{"type": "", "port_id": "power_Q"},
{"type": "", "port_id": "cap_powers_imag"},
{"type": "", "port_id": "pv_powers_real"},
{"type": "", "port_id": "pv_powers_imag"},
{"type": "", "port_id": "tap_values"},
{"type": "", "port_id": "voltage_mag"},
{"type": "", "port_id": "voltage_angle"}
],
"dynamic_outputs": [
{"type": "", "port_id": "opf_flex_powers_real"},
{"type": "", "port_id": "opf_cap_powers_imag"},
{"type": "", "port_id": "opf_pv_powers_real"},
{"type": "", "port_id": "opf_pv_powers_imag"},
{"type": "", "port_id": "opf_tap_values"}
]
}
The text was updated successfully, but these errors were encountered: