Skip to content

Commit

Permalink
Add Config.clamp attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Mar 25, 2024
1 parent 367825b commit 55252e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/miv_simulator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,7 @@ def projections(self) -> SynapticProjections:
@property
def cell_types(self) -> CellTypes:
return self.get("Cell Types")

@property
def clamp(self) -> Optional[Dict]:
return self.get("Network Clamp", None)

0 comments on commit 55252e7

Please sign in to comment.