get_object_properties
Retrieve all properties and values for a specific EnergyPlus object from an epJSON model, delivering complete configuration details for analysis.
Instructions
Get detailed properties of a specific EnergyPlus object.
Retrieves all properties and values for a specific object in the epJSON model, providing complete configuration details for analysis.
Args: model_id: The model_id of the EnergyPlus model object_type: EnergyPlus object type object_name: Specific object name
Returns: Dictionary containing: - object_type: The EnergyPlus object type - object_name: The specific object name - properties: All object properties and their values - property_count: Number of properties - model_id: The model identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| object_name | Yes | ||
| object_type | Yes |