Skip to content
Snippets Groups Projects
Commit de072b51 authored by Aleksandra Mnich's avatar Aleksandra Mnich
Browse files

Update query.py

parent d1914e62
No related branches found
No related tags found
1 merge request!416Merge Dev into master
Pipeline #9838604 failed
......@@ -1053,7 +1053,7 @@ def query_hwc_powering_test_parameters(
new_pc_names = signal_metadata.get_fgc_names(circuit_name, datetime.now())
for old_pc_name, new_pc_name in zip(old_pc_names, new_pc_names):
query = (
f"http://mpe-systems-pro-gpn:60242/v1/systemInformation/powerConverters/{new_pc_name}/"
f"http://mpe-systems-pro:60245/v1/systemInformation/powerConverters/{new_pc_name}/"
f"params?startTimeInNanos={start_time}&endTimeInNanos={start_time + duration}"
)
logger.debug(f"Querying HWC powering test parameters using the following query: {query}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment