Copy

Internal copy.
Format:
SPECTRA> cop$*$y id1 id2

Description:
Id1 is copied to id2.
/attributes
All attributes are copied from one SCAN to another but no data.
/do$*$uble
A DSCAN is created (double precision SCAN).
/noconfirm
SPECTRA does not ask for confirmation before it overwrites an existing GQE.
/np=n_points
If n_points is greater than the current index, the SCAN is extended.
/window
The window limits are copied from one SCAN to another.

e.g.:
SPECTRA> copy bpu1 temp
Bpu1 is copied to temp, not the TEXTs that belong to bpu1.
SPECTRA> copy/nocon bpu1.$*$ temp
The whole slot of bpu1 is copied to temp, including TEXTs and CONSTs. If the SCAN temp exists, it is replaced and TEXT GQEs are appended to the existing.
SPECTRA> copy/attribute bpu1 temp
The graphical attributes are copied from bpu1 to temp.