{% extends "base.html" %} {% block title %}{{ item.function_name }} - PRCXI{% endblock %} {% block content %}

基本信息

{% if item.plate_type %} {% endif %}
类型{{ item.type }}
函数名{{ item.function_name }}
Model{{ item.model or '-' }}
Plate Type{{ item.plate_type }}
Docstring{{ item.docstring or '-' }}

物理尺寸 (mm)

X{{ item.size_x }}
Y{{ item.size_y }}
Z{{ item.size_z }}

材料信息

{% if item.material_info.materialEnum is not none %} {% endif %} {% if item.material_info.SupplyType is not none %} {% endif %}
UUID{{ item.material_info.uuid }}
Code{{ item.material_info.Code }}
Name{{ item.material_info.Name }}
materialEnum{{ item.material_info.materialEnum }}
SupplyType{{ item.material_info.SupplyType }}
{% if item.grid %}

网格排列

列 x 行{{ item.grid.num_items_x }} x {{ item.grid.num_items_y }}
dx, dy, dz{{ item.grid.dx }}, {{ item.grid.dy }}, {{ item.grid.dz }}
item_dx, item_dy{{ item.grid.item_dx }}, {{ item.grid.item_dy }}
{% endif %} {% if item.well %}

孔参数 (Well)

{% if item.well.max_volume is not none %} {% endif %} {% if item.well.material_z_thickness is not none %} {% endif %}
尺寸{{ item.well.size_x }} x {{ item.well.size_y }} x {{ item.well.size_z }}
最大体积{{ item.well.max_volume }} uL
底部类型{{ item.well.bottom_type }}
截面类型{{ item.well.cross_section_type }}
材料Z厚度{{ item.well.material_z_thickness }}
{% endif %} {% if item.tip %}

枪头参数 (Tip)

Spot 尺寸{{ item.tip.spot_size_x }} x {{ item.tip.spot_size_y }} x {{ item.tip.spot_size_z }}
容量{{ item.tip.tip_volume }} uL
长度{{ item.tip.tip_length }} mm
配合深度{{ item.tip.tip_fitting_depth }} mm
有滤芯{{ item.tip.has_filter }}
{% endif %} {% if item.tube %}

管参数 (Tube)

尺寸{{ item.tube.size_x }} x {{ item.tube.size_y }} x {{ item.tube.size_z }}
最大体积{{ item.tube.max_volume }} uL
{% endif %} {% if item.adapter %}

适配器参数

Hole 尺寸{{ item.adapter.adapter_hole_size_x }} x {{ item.adapter.adapter_hole_size_y }} x {{ item.adapter.adapter_hole_size_z }}
dx, dy, dz{{ item.adapter.dx }}, {{ item.adapter.dy }}, {{ item.adapter.dz }}
{% endif %}

Registry

{% if item.template_kind %} {% endif %}
分类{{ item.registry_category | join(' / ') }}
描述{{ item.registry_description }}
模板匹配{{ item.include_in_template_matching }}
模板类型{{ item.template_kind }}

俯视图 (Top-Down)

侧面截面图 (Side Profile)

{% endblock %} {% block scripts %} {% endblock %}