Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Data Archive Reference

The modify command

  • Last UpdatedJan 13, 2023
  • 1 minute read

The @modify command changes an attribute value for a record. In this case, you can use a select statement to retrieve a group of records. The modify statement defines what should be changed and the changes are made when an @ends command is issued. The available operators for @modify are =, +=, -=, *=, and /=.The following example adds 10 to the current span attribute of sinusoid:

* (Ls - ) PICONFIG> @tabl pipoint
* (Ls - PIPOINT) PICONFIG> @mode edit
* (Ed - PIPOINT) PICONFIG> @sele tag=sinusoid
* (Ed - PIPOINT) PICONFIG> @modify span+=10
* (Ed - PIPOINT) PICONFIG> @ends

TitleResults for “How to create a CRG?”Also Available in