AVOLITES TITAN API

SetControlValueByName

Sets the attribute current value of all currently selected fixtures.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.SetControlValueByName(String controlName, String functionName, Single value, Boolean programmer, Boolean createRestorePoint)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/SetControlValueByName?controlName={string}&functionName={string}&value={float}&programmer={bool}&createRestorePoint={bool}

Parameters

controlName ( String ) : The attribute name.

functionName ( String ) : The function name.

value ( Single ) : The scaled value.

programmer ( Boolean ) : if set to true puts the attribute into the programmer.

programmer

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/SetControlValueByName?controlName={string}&functionName={string}&value={float}&programmer=true&createRestorePoint=true

createRestorePoint ( Boolean ) : should a restore point be created

createRestorePoint

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/SetControlValueByName?controlName={string}&functionName={string}&value={float}&programmer=true&createRestorePoint=true