Skip to content

Commit 71ab71e

Browse files
committed
docs for get_num_tips_left
1 parent a18f176 commit 71ab71e

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

docs/user_guide/machine-agnostic-features/tip-spot-generators.ipynb

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,33 @@
173173
"await linear_generator.__anext__()"
174174
]
175175
},
176+
{
177+
"cell_type": "markdown",
178+
"metadata": {},
179+
"source": [
180+
"Get the number of tip spots left by calling `get_num_tips_left`."
181+
]
182+
},
183+
{
184+
"cell_type": "code",
185+
"execution_count": 8,
186+
"metadata": {},
187+
"outputs": [
188+
{
189+
"data": {
190+
"text/plain": [
191+
"179"
192+
]
193+
},
194+
"execution_count": 8,
195+
"metadata": {},
196+
"output_type": "execute_result"
197+
}
198+
],
199+
"source": [
200+
"linear_generator.get_num_tips_left()"
201+
]
202+
},
176203
{
177204
"cell_type": "markdown",
178205
"metadata": {},
@@ -184,7 +211,7 @@
184211
},
185212
{
186213
"cell_type": "code",
187-
"execution_count": 8,
214+
"execution_count": 9,
188215
"metadata": {},
189216
"outputs": [],
190217
"source": [
@@ -197,7 +224,7 @@
197224
},
198225
{
199226
"cell_type": "code",
200-
"execution_count": 9,
227+
"execution_count": 10,
201228
"metadata": {},
202229
"outputs": [
203230
{
@@ -206,7 +233,7 @@
206233
"TipSpot(name=tip_rack_0_tipspot_0_3, location=Coordinate(007.200, 041.300, -83.500), size_x=9.0, size_y=9.0, size_z=0, category=tip_spot)"
207234
]
208235
},
209-
"execution_count": 9,
236+
"execution_count": 10,
210237
"metadata": {},
211238
"output_type": "execute_result"
212239
}
@@ -232,7 +259,7 @@
232259
"name": "python",
233260
"nbconvert_exporter": "python",
234261
"pygments_lexer": "ipython3",
235-
"version": "3.13.1"
262+
"version": "3.10.15"
236263
}
237264
},
238265
"nbformat": 4,

0 commit comments

Comments
 (0)