AVOLITES TITAN API

FanControlValueById

Fans a fixture control value using the specified delta level adjust.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.FanControlValueById(Int32 controlId, Int32 functionId, LevelAdjust value, Boolean createRestorePoint)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/FanControlValueById?controlId={titanId}&functionId={titanId}&value={level}&createRestorePoint={bool}

Parameters

controlId ( Int32 ) : The control to be fanned.

functionId ( Int32 ) : The function to set the control to and fan within.

value ( LevelAdjust ) : The delta value to fan by.

value_level

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/FanControlValueById?controlId={titanId}&functionId={titanId}&value_level=1&createRestorePoint=true

value_leveldelta

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/FanControlValueById?controlId={titanId}&functionId={titanId}&value_leveldelta=0.5&createRestorePoint=true

createRestorePoint ( Boolean ) : Whether a new restore point should be created for this change.

createRestorePoint

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/FanControlValueById?controlId={titanId}&functionId={titanId}&value_leveldelta=0.5&createRestorePoint=true