blob: 74cf219f588bdafb6aaebad90fff66f2bfabe305 [file] [log] [blame]
<!--Copyright (c) 2000-2018 Ericsson Telecom AB
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http:www.eclipse.org/legal/epl-v10.html -->
<Widgets xmlns='http://ttcn.ericsson.se/protocolModules/xtdp/xtdl'>
<hbox flex="0.0" id="EPTF_LoadRegulatorUI_hboxId" orientation="vertical">
<label id="EPTF_LoadRegulatorUI_textlabelId" value="LoadRegulator"/>
<tree hidecolumnpicker="true" id="EPTF_LoadRegulatorUI_treeId" rows="">
<treecols>
<!--<treecol editable="false" flex="1.0" id="EPTF_LoadRegulatorUI_1colId" label="Regulator Name" widgetType="string"/>-->
<treecol flex="1.0" id="EPTF_LoadRegulatorUI_2colId" label="Regulate Load" widgetType="checkBox"/>
<treecol editable="false" flex="1.0" id="EPTF_LoadRegulatorUI_3colId" label="CPS to reach" widgetType="floatField"/>
<treecol flex="1.0" id="EPTF_LoadRegulatorUI_4colId" label="Load to reach" widgetType="floatField"/>
<treecol editable="false" flex="1.0" id="EPTF_LoadRegulatorUI_5colId" label="SUT load in %" widgetType="floatField"/>
<treecol editable="false" flex="1.0" id="EPTF_LoadRegulatorUI_6colId" label="Load is stable" widgetType="checkBox"/>
</treecols>
<treechildren>
<treeitem>
<treerow>
<!--<treecell id="%Regulator%.EPTF_LoadRegulatorUI_NameId" label="%Regulator%" />-->
<treecell id="EPTF_LoadRegulatorUI_enabledId">
<externaldata element='Enabled' source='LoadRegulator' />
</treecell>
<treecell id="EPTF_LoadRegulatorUI_cpsToReachId">
<externaldata element='CpsToReach' source='LoadRegulator' />
</treecell>
<treecell id="EPTF_LoadRegulatorUI_loadToReachId">
<externaldata element='LoadToReach' source='LoadRegulator' />
</treecell>
<treecell id="EPTF_LoadRegulatorUI_currentLoadId">
<externaldata element='CurrentLoad' source='LoadRegulator' />
</treecell>
<treecell id="EPTF_LoadRegulatorUI_loadIsStableId">
<externaldata element='LoadIsStable' source='LoadRegulator' />
</treecell>
</treerow>
</treeitem>
</treechildren>
</tree>
</hbox>
</Widgets>