 |
[user-specified font] is a cluster containing the specific font characteristics for the text you draw.
This specification is ignored unless desired font is set to user-specified font.
 |
Font Name selects the font to use for the string.
|
 |
Size selects the size of the font in points.
|
 |
Strikeout? If TRUE, text appears in strikeout.
|
 |
Italic? If TRUE, text appears in italic.
|
 |
Underline? If TRUE, text appears underlined.
|
 |
Outline? If TRUE, text appears in outline.
|
 |
Shadow? If TRUE, text appears in shadow.
|
 |
Bold? If TRUE, text appears in bold.
|
|
 |
desired font specifies the font for the text you draw.
0 | User-specified font | 1 | Application font (default) | 2 | System font | 3 | Dialog font |
|
 |
pict in is the picture on which the Smith plot will be drawn.
|
 |
smith plot is an array of points, where each point is a cluster containing the r and x values that make up the complex impedance r + jx.
|
 |
dimensions specifies the top left point of the drawn bitmap.
 |
width is the horizontal coordinate that increases to the right.
|
 |
height is the vertical coordinate that increases to the bottom.
|
|
 |
dimensions incl scales? is a Boolean control that determines whether the dimensions input includes the scales, in addition to the plot area.
If FALSE, the dimensions input describes the plot area, and the scales are drawn outside of the rectangle. If TRUE, the scales are drawn inside of dimensions and the plot area is inset enough to make room for the text. By default, this input has a value of TRUE.
|
 |
top left point is the top left point of the drawn bitmap.
 |
x is the horizontal coordinate that increases to the right.
|
 |
y is the vertical coordinate that increases to the bottom.
|
|
 |
smith plot section is a cluster that describes the portion of the graph you want to display.
It contains four values that represent a rectangle superimposed over the Smith plot.
 |
x minimum is the smallest allowable value in the range of horizontal coordinates.
|
 |
x maximum is the largest allowable value in the range of horizontal coordinates.
|
 |
y minimum is the smallest allowable value in the range of vertical coordinates.
|
 |
y maximum is the largest allowable value in the range of vertical coordinates.
|
|
 |
smith plot cosmetics is a cluster that specifies the style to use in drawing the plot.
This cluster contains a ring with which you can select whether you want the points drawn with no connecting lines, lines only, or both lines and points. It also contains color numerics with which you can select the line color and the point color. If smith plot cosmetics is not wired, then the VI draws the plot by drawing lines and points and uses a yellow color for the lines and points.
 |
Plot Style determines the way the data is plotted. You can choose to have the points drawn with no connecting lines, lines only, or both lines and points.
|
 |
Line Color is the color of the line.
The default in RGB is 0, 153, 255.
You can wire a color box constant to this input.
|
 |
Point Color is the color of the points.
The default in RGB is 0, 153, 255.
You can wire a color box constant to this input.
|
|
 |
smith grid cosmetics is a cluster that describes the style to use for the grids and whether to draw labels in the plot corners when you zoom in on a section of the plot.
 |
R color
|
 |
R grids
|
 |
X color
|
 |
X grids
|
 |
Labels
|
|
 |
pict out is a new picture containing the Smith plot.
|