AVOLITES TITAN API

PresetLevelHandle

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. For that use FixtureEditor.PresetLevel

Namespace: Fixtures

Syntax

MACRO

Void Fixtures.PresetLevelHandle(Handle handle, Single value, Single oldValue)

HTTP

http://[ip]:4430/titan/script/2/Fixtures/PresetLevelHandle?handle={handle}&value={float}&oldValue={float}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/PresetLevelHandle?handle_userNumber=6&value={float}&oldValue={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/PresetLevelHandle?handle_location=playback_2_1&value={float}&oldValue={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/PresetLevelHandle?handle_titanId=1895&value={float}&oldValue={float}

value ( Single ) : The level you wish to set the intensity to. 0 is no intensity and 1 is full intensity.

oldValue ( Single ) : The old value of the fader if matching is required.