xy load

Load an xy file to plot.

Syntax

xy load file <name>=<value>

xy load option <name>=<value>

Arguments

file
Select the file to load. Define the following options upon file selection:
ydatatype=<type>
Select a y data type.
yrequest=<request list>
Select all requests or a specific request from the list.
yreqestfilter
Define a filter to filter the requests.
yrequestsorting
Sort the request list ascending or descending ,or select none to not sort the list.
ycomponent
Select all components or a specific component from the list.
ycomponentfilter
Define a filter to filter the components.
ycomponentsorting
Sort the component list ascending or descending ,or select none to not sort the list.
xdatatype
Select an x data type from the list.
xrequest
Select an x request from the list.
xrequestmatchy
Select true or false.
xcomponent
Select an x component from the list.
xcomponentmatchy
Select true or false.
option
Define the following advanced plot options.
curve
Define the curve options.
footer
Display/hide the footer and define the text settings and alignment.
header
Display/hide the header and define the text settings and alignment.
horitzontalaxis
Define the text, font, and scale type.
legend
Display/hide the legend and define the legend placement and font
page
Display/hide the page title and define the title's font settings.
verticalaxis
Define the text, font, and scale type.

Example

Load an xy file:
xy load file= "C:/Program Files/Altair/2020/tutorials/hwdesktop/mv_hv_hg/plotting/ANGACC" ydatatype= "Angular Acceleration" yrequest= all ycomponent= all xdatatype= Time