bluecellulab.cell.sonata_proxy¶ Interfacing the cell object with SONATA properties. Classes SonataProxy(cell_id, circuit_access) Sonata proxy to be used by Cell objects. class bluecellulab.cell.sonata_proxy.SonataProxy(cell_id, circuit_access)[source]¶ Sonata proxy to be used by Cell objects. Parameters: cell_id (CellId) circuit_access (CircuitAccess) get_property(property_name)[source]¶ Get a property of a cell. Parameters: property_name (str) Return type: Any