|
@@ -1591,7 +1591,7 @@
|
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
</Grid>
|
|
|
- <Grid Width="300" Height="130" Canvas.Left="500" Canvas.Top="545" Background="#E8E8E8" unity:GridOptions.LineBrush="#afb4db" unity:GridOptions.ShowBorder="True" HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
+ <Grid Width="300" Height="150" Canvas.Left="500" Canvas.Top="545" Background="#E8E8E8" unity:GridOptions.LineBrush="#afb4db" unity:GridOptions.ShowBorder="True" HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
<Grid.RowDefinitions>
|
|
|
<!--<RowDefinition/>
|
|
|
<RowDefinition/>
|
|
@@ -1603,6 +1603,7 @@
|
|
|
<RowDefinition/>
|
|
|
<RowDefinition/>
|
|
|
<RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
<!--<RowDefinition/>-->
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
@@ -1637,6 +1638,7 @@
|
|
|
<TextBlock Grid.Row="2" Text="BRF Ref Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
<TextBlock Grid.Row="3" Text="BRF Match C1(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
<TextBlock Grid.Row="4" Text="BRF Match C2(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="5" Text="BRF Match VDC" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
<!--<TextBlock Grid.Row="10" Text="DC Bias(V)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>-->
|
|
|
|
|
|
|
|
@@ -1650,6 +1652,7 @@
|
|
|
<TextBlock Grid.Row="2" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding BRFData.ReflectPower,StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" Grid.ColumnSpan="2"/>
|
|
|
<TextBlock Grid.Row="3" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding BiasMatchC1,StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
<TextBlock Grid.Row="4" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding BiasMatchC2,StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
+ <TextBlock Grid.Row="5" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding BiasMatchVDC,StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
<!--<TextBlock Grid.Row="10" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>-->
|
|
|
|
|
|
</Grid>
|