Skip to content

Commit c3422c9

Browse files
adding a PD update
1 parent 822a1a1 commit c3422c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/flex/docs/protocols/python-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Certain features are only available in Python protocols, either because they are
6363

6464
### Partial tip pickup
6565

66-
The Python API supports the most partial tip pickup configurations. Currently, Protocol Designer only supports column pickup with the 96-channel pipette. The `InstrumentContext.configure_nozzle_layout()` method supports these additional layouts:
66+
The Python API supports the most partial tip pickup configurations. The `InstrumentContext.configure_nozzle_layout()` method supports multiple layouts:
6767

6868
- Row pickup with the 96-channel pipette.
6969

@@ -73,6 +73,8 @@ The Python API supports the most partial tip pickup configurations. Currently, P
7373

7474
Certain configurations allow changing which nozzles are used. For example, you can pick up a column of tips with either the left or right edge of the 96-channel pipette.
7575

76+
Protocol Designer supports some partial tip use, like single tip pickup and 96-channel column pickup, but doesn't let you change which nozzles are used.
77+
7678
### Runtime parameters
7779

7880
Starting in API version 2.18, you can define user-customizable variables in your Python protocols. This gives you greater flexibility and puts extra control in the hands of the technician running the protocol — without forcing them to switch between lots of protocol files or write code themselves.

0 commit comments

Comments
 (0)