Difference between revisions of "MC-Basic:robot.PASSBUFFERSIZE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= None |SYNTAX= ''?'' <''group>.''PassBufferSize<br> |AVAILABILITY= Since Version 4.0.0 |DESCRIPTION= The number of points given by PASS command (mi...")
 
 
(No difference)

Latest revision as of 12:18, 2 March 2017

The number of points given by PASS command (min of point array size and the PassUpTo value) can not be bigger then the PassBufferSize-PassBufferLevel value:

Min(ArraySize(Through), PassUpTo) <= PassBufferSize-PassBufferLevel

Short form

None

Syntax

? <group>.PassBufferSize

Availability

Since Version 4.0.0

Type

Long

Range

0 - MaxLong

Default

N/A

Scope

Task or Terminal

Limitations

Valid for robots only.

See Also