Skip to main content

ShowInfo

ShowInfo [ /CP=num /W=winName ]

The ShowInfo operation puts an information panel on the target or named graph. The information panel contains cursors and readouts of values associated with waves in the graph.

Flags

/CP=numSelects a cursor pair to display in the info panel.
num =0:Selects cursor A and cursor B.
num =1:Selects cursor C and cursor D.
num =2:Selects cursor E and cursor F.
num =3:Selects cursor G and cursor H.
num =4:Selects cursor I and cursor J.
/CP={n1, n2, ...}
Allows you to select multiple cursor pairs to be displayed in the info panel. The numbers n1, n2, etc., are the same as in the single-pair version of this flag.
This form of /CP was added in Igor Pro 7.00.
/SIDE=sideSelects the side of the host window where the info panel should be attached:
side = 0:right side
side = 1:left side
side = 2:bottom side (default)
side = 3:top side
/V=numIf num is non-zero, selects a vertical layout for the info panel. Most appropriate when /SIDE=0 or 1.
/W=winNameDisplays info panel in the named window.

See Also

HideInfo, Info Panel and Cursors, Programming With Cursors