Download T/HIS 12.0 user manual

Transcript
User manual Version 12.0, October 2014
T/HIS
Arguments
Name
Type Description
Input Curve
Curve Input Curve
Output Curve (optional) Curve Curve to overwrite
Return type
Curve object or NULL
Example
Calculate Cosine() of curve m and store as curve p
p = Operate.Cos(m);
Da(Input Curve[Curve], Output Curve (optional)[Curve]) [static]
Description
Convert displacment spectrum to an acceleration spectrum
Arguments
Name
Type Description
Input Curve
Curve Input Curve
Output Curve (optional) Curve Curve to overwrite
Return type
Curve object or NULL
Example
Convert curve m and store as curve p
p = Operate.Da(m);
Dif(Input Curve[Curve], Output Curve (optional)[Curve]) [static]
Description
Differentiate a curve
Arguments
Name
Type Description
Input Curve
Curve Input Curve
Output Curve (optional) Curve Curve to overwrite
Return type
Curve object or NULL
Page J.75