CommandListAppendWobbleEight Method |
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.0
Syntaxpublic void AppendWobbleEight(
Point2D amplitude,
double baseFrequency
)
Parameters
- amplitude Point2D
- The amplitude.
- baseFrequency Double
- Base frequency.
RemarksThe parameters are used to specify a Lissajous curve, where:
fX = baseFrequency
fY = 2 * baseFrequency
δX = δY = 0
See Also