Copy, cut, delete, edit, and paste curves, either defined by a range or the marked
curve(s).
Syntax
xy
curve
copy
<mark/marked/range>
xy
curve
cut
<mark/marked/range>
xy
curve
delete
<mark/marked/range>
xy
curve
edit
<mark/marked/range>
xy
curve
paste
<mark/marked/range>
Arguments
- copy
- Copies the selected curve.
- marked
- <true/false>.
- True applies the action to the marked
curve.
- range
- Define the range for the curve(s) you want to apply the action
to.
- cut
- Removes the selected curve from the Plot Browser and
deletes it from the current session.
- marked
- <true/false>.
- True applies the action to the marked
curve.
- range
- Define the range for the curve(s) you want to apply the action
to.
- delete
- Deleted the selected curve.
- marked
- <true/false>.
- True applies the action to the marked
curve.
- range
- Define the range for the curve(s) you want to apply the action
to.
- edit
- Edit the selected curve's properties.
- marked
- <true/false>.
- True applies the action to the marked
curve.
- range
- Define the range for the curve(s) you want to apply the action
to.
- Curve properties include:
- visibiltiy=<true/false>
- layer=<layer_id>
- reference=<true/false>
- showlabel=<true/false>
- curvelabel=<label>
- showprefix=<true/false>
- prefix=<prefix>
- showsuffix=<true/false>
- suffix=<suffix>
- linestyle=<style>
- linecolor=<color>
- linethickness=<thickness>
- shadearea=<true/false>
- symbolstyle=<style>
- symbolcolor=<color>
- symbolfrequenzy=<frequenzy>
- symbolfrequenzy=<frequenzy>
- symbolscalesize=<scalesize>
- xtype=<file/math/value>
- xfile=<file>
- xsubcase=<subcase>
- xtype=<type>
- xrequest=<request>
- xcomponent=<component>
- xscale=<scale>
- xexpression=<expression>
- xfreeze=<true/false>
- xvalues=<valuelist>
- xscale=<scalefactor>
- xoffset=<offset>
- xfirstvalue=<value>
- xuserexpression=<expression>
- xaxisassignment=<axis>
- xunitsmeasure=<measurement>
- ytype=<file/math/value>
- yfile=<file>
- ysubcase=<subcase>
- ytype=<type>
- yrequest=<request>
- ycomponent=<component>
- yscale=<scale>
- yexpression=<expression>
- yfreeze=<true/false>
- yvalues=<valuelist>
- yscale=<scalefactor>
- yoffset=<offset>
- yfirstvalue=<value>
- yuserexpression=<eypression>
- yaxisassignment=<axis>
- yunitsmeasure=<measurement>
Note: The same options are available for u and v vectors.
- paste
- Pastes the selected curve into a window.
- marked
- <true/false>.
- True applies the action to the marked
curve.
- range
- Define the window range for the curve(s) you want to apply the
action to.
Examples
Copy curve 2, located in window 2 on page
1:
xy curve copy range="p:1 w:2 i:2"
Paste the copied curve to window 2 on page
1:
xy curve paste type=plot range="p:1 w:2 "
Change the color of curve 1, located in window 2 on page 1, to
yellow:
xy curve edit range="p:1 w:2 i:1" linecolor=5