AVOLITES TITAN API

LevelMatchAdjust

Creates an Level Match change instruction. Value is scaled.

Namespace: Math

Syntax

MACRO

LevelAdjust Math.LevelMatchAdjust(Nullable<Single> lastLevel, Single newLevel)

HTTP

http://[ip]:4430/titan/script/2/Math/LevelMatchAdjust?lastLevel={}&newLevel={float}

Parameters

lastLevel ( Nullable<Single> ) : The last level.

newLevel ( Single ) : The new level.

Returns

A LevelAdjust object for a level match change.