Difference between revisions of "MC-Basic:element.PAYLOADMAX"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages|MC-Basic:element.PAYLOADMASSMAX}}
+
{{Languages|MC-Basic:element.PAYLOADMAX}}  
 
 
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<element>''.PayloadMassMax = <''expression''>
+
''<element>''.PayloadMax = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 23: Line 22:
  
 
|DEFAULT=
 
|DEFAULT=
0.0
+
100.0
  
 
|SCOPE=
 
|SCOPE=

Latest revision as of 08:28, 19 November 2018

Language: English

The maximum allowed mass for the payload of the element.

If paylodMass property is set to a larger value, an error is thrown.

Syntax

<element>.PayloadMax = <expression>

Availability

Since Version 4.20

Type

Double

Units

kg

Default

100.0

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also