AVOLITES TITAN API

SetPresetLevel

Changes the intensity level of a fixture. This is the brightness or combined brightness of the fixture. This call does _not_ put the fixture in the programmer. This call will set the level irrespective of fader level matching.

Namespace: Fixtures

Syntax

MACRO

Void Fixtures.SetPresetLevel(Handle handle, Single level)

HTTP

http://[ip]:4430/titan/script/2/Fixtures/SetPresetLevel?handle={handle}&level={float}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/SetPresetLevel?handle_userNumber=6&level={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/SetPresetLevel?handle_location=playback_2_1&level={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/SetPresetLevel?handle_titanId=1895&level={float}

level ( Single ) : The level.