HyperWorks Desktop

*BeginPlotMacros()

Indicates the beginning of a plot macros block.

*BeginPlotMacros()

Indicates the beginning of a plot macros block.

Previous topic Next topic No expanding text in this topic  

*BeginPlotMacros()

Indicates the beginning of a plot macros block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BeginPlotMacros()

Example

*BeginPlotMacros()

  *DefinePlotMacro(macro_batch, curve, low, high, times )

     *Label( "batch general")

     *Parameter(curve, "Curve (time = sec)", CURVE)

     *Parameter(low, "Low cutoff", SCALAR)

     *Parameter(high, "High cutoff", SCALAR)

     *Parameter(times, "Time conv.", SCALAR, 1.0)

     *Set(X, "curve.x")

     *Set(Y, "batch(times*curve.x,curve.y,low,high)")

     *Set(LABEL, curve.label + "_" + low + "_" + high)

  *EndDefine()

*EndPlotMacros()

Application

HyperGraph.

Comments

Every *BeginPlotMacros() statement requires a closing *EndPlotMacros() statement.

See also

 

*DefinePlotMacro() in Session File Statements

List of Preference Statements