Smith Plot VI

Takes a picture and the data for a Smith plot and appends a picture that represents the Smith plot of the data.


icon

Inputs/Outputs

  • ccclst.png [user-specified font]

    [user-specified font] specifies the specific font characteristics for the text to draw.

    The VI ignores this input unless desired font is User-specified Font.

  • cstr.png Font Name:

    Font Name specifies the font to use for the text.

    If you misspell the font name or specify a font that is not installed on the computer, the operating system selects a font.

  • ci16.png Size

    Size specifies the size of the font in points.

  • cbool.png Strikeout?

    Strikeout? specifies if the text appears in strikeout. If Strikeout? is TRUE, the text appears in strikeout.

  • cbool.png Italic?

    Italic? specifies if the text appears in italics. If Italic? is TRUE, the text appears in italics.

  • cbool.png Underline?

    Underline? specifies if the text is underlined. If Underline? is TRUE, the text appears underlined.

  • cbool.png Outline?

    Outline? specifies if the text is outlined. If Outline? is TRUE, the text appears outlined.

  • cbool.png Shadow?

    Shadow? specifies if the text has a shadow. If Shadow? is TRUE, the text appears in shadow.

  • cbool.png Bold?

    Bold? specifies if the text is bold. If Bold? is TRUE, the text appears bold.

  • cenum.png desired font(Application)

    desired font specifies the text font.

    0
    User-specified Font
    1
    Application Font
    (default)
    2
    System Font
    3
    Dialog Font
  • cpict.png picture

    picture is the picture to which you want to add the plot. The default is an empty picture.

  • c1dnclst.png smith plot

    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, z, of r + jx.

  • cdbl.png r

    r is the resistance component of the complex impedance.

  • cdbl.png x

    x is the reactance component of the complex impedance.

  • cnclst.png dimensions (w,h)

    dimensions specifies the top left point of the drawn bitmap.

  • ci16.png width

    width specifies the horizontal coordinate that increases to the right.

  • ci16.png height

    height specifies the vertical coordinate that increases to the bottom.

  • cbool.png dimensions incl scales? (T)

    dimensions incl scales? indicates whether the dimensions input includes the scales, in addition to the plot area.

    If FALSE, the dimensions input describes the plot area, and the VI draws the scales outside of the rectangle. If TRUE (default), the VI draws the scales inside of dimensions and insets the plot area to make room for the text.

  • cnclst.png top left point(0, 0)

    top left point specifies in coordinates where to place the top-left corner of the image in the new picture.

  • ci16.png x

    x is the horizontal coordinate that increases to the right.

  • ci16.png y

    y is the vertical coordinate that increases to the bottom.

  • cnclst.png smith plot section

    smith plot section describes the portion of the graph you want to display.

    It contains four values that represent a rectangle superimposed over the Smith plot.

  • cdbl.png x minimum

    x minimum is the smallest allowable value in the range of horizontal coordinates.

  • cdbl.png x maximum

    x maximum is the largest allowable value in the range of horizontal coordinates.

  • cdbl.png y minimum

    y minimum is the smallest allowable value in the range of vertical coordinates.

  • cdbl.png y maximum

    y maximum is the largest allowable value in the range of vertical coordinates.

  • cnclst.png smith plot cosmetics

    smith plot cosmetics specifies the style to use in drawing the plot.

  • cu16.png Plot Style

    Plot Style is the style of plot to display.

    The default is a plot of lines and points.

  • cu32.png Line Color

    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.

  • cu32.png Point Color

    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.

  • ccclst.png smith grid cosmetics

    smith grid cosmetics describes the style to use for the grids.

  • cu32.png R color

    R color specifies the color of the resistance, r, circles for the grids.

  • cbool.png R grids

    R grids specifies to draw the resistance, r, circles for the grids.

  • cu32.png X color

    X color specifies the color of the reactance, x, circles for the grids.

  • cbool.png X grids

    X grids specifies to draw the reactance, x, circles for the grids.

  • cbool.png Labels

    Labels specifies to draw labels in the plot corners when you zoom in on a section of the plot.

  • ipict.png new picture

    new picture is the picture that contains the plot. You can wire this output to any other picture input to add more drawing instructions to the picture.

    You also can wire this output to the Picture to Pixmap VI to obtain an image data cluster. You then can save the image data to a file using the Graphics Formats VIs.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Graphics and Sound\Picture Plots\Simple Smith Plot.vi