Difference between revisions of "AXY:MC-Basic:axis.DYNAMICPARAMETER"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 2: Line 2:
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.DynamicParameter[''<parameter>''] = ''<expression>''
+
<''axis''>.DynamicParameter[''<parameter>''] = ''<expression>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 17:37, 16 March 2014

Parameters for the dynamic model of an axis.

The parameters are model-dependent. See Axystems:Dynamic Models for a list of available axis models and the corresponding parameters.

Syntax

<axis>.DynamicParameter[<parameter>] = <expression>

Availability

FW 4.7.14

Type

  • <parameter>: Long
  • <expression>: Double

Default

0.0 for all parameters

Scope

Task and Terminal

Limitations

  • R/W
  • Modal only

See Also