Skip to content

Commit e00fdc8

Browse files
committed
deploy: f43530c
1 parent b38f4c9 commit e00fdc8

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

api_client/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,8 @@ <h3 id="cellengine.APIClient.get_gate" class="doc doc-heading">
20922092
<div class="doc doc-contents ">
20932093

20942094
<p>Gates cannot be retrieved by name because all gates in a group of
2095-
tailored gates have the same name.</p>
2095+
tailored gates have the same name, and because compound gates have a
2096+
<code>names</code> property instead of a <code>name</code> property.</p>
20962097

20972098
</div>
20982099

experiments/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,8 +2892,9 @@ <h3 id="cellengine.resources.experiment.Experiment.get_gate" class="doc doc-head
28922892

28932893
<p>Get a specific gate.</p>
28942894
<p>Gates cannot be retrieved by name because all gates in a group of
2895-
tailored gates have the same name. Instead, you can filter the list of
2896-
gates as follows:</p>
2895+
tailored gates have the same name, and because compound gates have a
2896+
<code>names</code> property instead of a <code>name</code> property. Instead, you can filter
2897+
the list of gates as follows to find a simple (not compound) gate:</p>
28972898
<div class="highlight"><pre><span></span><code><span class="p">[</span><span class="n">g</span> <span class="k">for</span> <span class="n">g</span> <span class="ow">in</span> <span class="n">experiment</span><span class="o">.</span><span class="n">gates</span> <span class="k">if</span> <span class="n">g</span><span class="o">.</span><span class="n">name</span> <span class="o">==</span> <span class="s2">&quot;my gate&quot;</span><span class="p">]</span>
28982899
</code></pre></div>
28992900

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)