disguise developers

Designer Plugins

Plugins for Disguise Designer software.

DmxCommand

A command sent to a DMX fixture to get it to do things (eg turn off, reset, etc)

Base class: Resource

Properties

channel : int

The channel (1-based) to send the number to

encoding : int

max_value : int

Allows you scale the ‘value’ to any range. ‘max’ specifies the upper number in the range

min_value : int

Allows you scale the ‘value’ to any range. ‘min’ specifies the lower number in the range

time : int

If the number must be sent for a certain duration to active the command, specify it here (in seconds)

value : int

The number to send to activate the command

Constructors

__init__(self)