AVOLITES TITAN API

SetProgrammerLevel

Sets the level of a fixture in the programmer.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.SetProgrammerLevel(Handle handle, Single value)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/SetProgrammerLevel?handle={handle}&value={float}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

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

handle_location

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

handle_titanId

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

value ( Single ) : The value.