Skip to content

Commit f70e9c0

Browse files
Merge pull request #21 from FinalSpark-np/api_elab
new elab features(camera, incubator)
2 parents e2fdee5 + 75e04dc commit f70e9c0

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

neuroplatform-docs/np_core/db_usage.ipynb

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,36 @@
509509
{
510510
"cell_type": "markdown",
511511
"metadata": {},
512-
"source": []
512+
"source": [
513+
"8- Get the camera (the name of the camera that is associated with the MEA) :"
514+
]
515+
},
516+
{
517+
"cell_type": "code",
518+
"execution_count": null,
519+
"metadata": {},
520+
"outputs": [],
521+
"source": [
522+
"camera = metadata.get_camera(fs_name)\n",
523+
"print(camera)"
524+
]
525+
},
526+
{
527+
"cell_type": "markdown",
528+
"metadata": {},
529+
"source": [
530+
"9- Get the incubator (the name of the incubator, and the index) :"
531+
]
532+
},
533+
{
534+
"cell_type": "code",
535+
"execution_count": null,
536+
"metadata": {},
537+
"outputs": [],
538+
"source": [
539+
"incubator = metadata.get_incubator(fs_name)\n",
540+
"print(incubator)"
541+
]
513542
}
514543
],
515544
"metadata": {

0 commit comments

Comments
 (0)