We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfa3d7 commit 03633a7Copy full SHA for 03633a7
1 file changed
gridappsd-field-bus-lib/gridappsd_field_bus/field_interface/agents/agents.py
@@ -61,10 +61,7 @@ def __init__(self,
61
self.simulation_id = simulation_id
62
self.context = None
63
64
- # TODO: Change params and connection to local connection
65
- self.params = ConnectionParameters(cim_profile=CIM_PROFILE, iec61970_301=IEC61970_301)
66
-
67
- self.connection = GridappsdConnection(self.params)
+ self.connection = GridappsdConnection()
68
self.connection.cim_profile = cim_profile
69
70
self.app_id = agent_config['app_id']
0 commit comments