add measurements

This commit is contained in:
2022-06-19 23:46:00 -05:00
parent 52797612ce
commit a140d69578
2 changed files with 18 additions and 0 deletions

View File

@@ -41,10 +41,24 @@ this repository contains the full copyright notices and license terms. -->
</page>
</xpath>
<xpath expr="/form/notebook/page[@id='measurements']" position="inside">
<separator id="enviromental_conditions" string="Enviromental Conditions" colspan="4"/>
<label name="temperature"/>
<field name="temperature"/>
<field name="temperature_uom"/>
<label name="wet"/>
<field name="wet"/>
<field name="wet_uom"/>
<separator id="electrical_conditions" string="Electrical Conditions" colspan="4"/>
<label name="frequency"/>
<field name="frequency"/>
<field name="frequency_uom"/>
<label name="voltageAC"/>
<field name="voltageAC"/>
<field name="voltageAC_uom"/>