Difference between revisions of "MC-Basic:SineWave"
(draft) |
(draft) |
||
Line 2: | Line 2: | ||
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | SineWave ''<axis>'' <nowiki>|</nowiki> ''<group>'' ''< | + | SineWave ''<axis>''<nowiki>|</nowiki>''<group>'' ''<amplitude>'' |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 30: | Line 30: | ||
|EXAMPLE= | |EXAMPLE= | ||
+ | <pre> | ||
+ | SineWave grp2 {100, 75} SineWaveFreq={3, 5} | ||
+ | </pre> | ||
Revision as of 14:46, 8 November 2011
Supported nodal parameters:
- frequency
- arate, vrate
Syntax
SineWave <axis>|<group> <amplitude>
Availability
FW 4.9.x
Type
- <second top position>
- for axes: double
- for groups: joint vector
Scope
Task or Terminal
Examples
SineWave grp2 {100, 75} SineWaveFreq={3, 5}