XTITLE

I/O Options and Subcase Information Entry The XTITLE command can be used in the I/O Options section to define the x-axis label for XYPUNCH or XYPLOT output from a Random Response Analysis.

Format

XTITLE = title

Definitions

Argument Description
title Character string.

Default = blank

Comments

  1. XTITLE may not be continued onto the next line.
  2. An XTITLE definition applies to all plots defined after XTITLE until another definition of XTITLE occurs.
    The following example would assign X-A, Y-A and the default plot title to the first plot, then X-A, Y-B, and C-A to the second plot.
    XTITLE = X-A
    YTITLE = Y-A
    XYPLOT (first plot definition)
    YTITLE = Y-B
    TCURVE = C-A
    XYPLOT (second plot definition)