PowerGridMeasurementResponse#

class wattson.powergrid.simulator.messages.power_grid_measurement_response.PowerGridMeasurementResponse(element_identifier: str, attribute_name: str, value: Any, successful: bool = True)#

Bases: WattsonResponse

Methods

Attributes

attribute_context

attribute_name

element_identifier

value

__init__(element_identifier: str, attribute_name: str, value: Any, successful: bool = True)#