disguise developers

Designer Plugins

Plugins for Disguise Designer software.

DmxScreen

Base class: DmxDisplay

Properties

always_show_channels : int

amberCompensation : float

Adjustment of amber component output

array : int

The addressing order of the pixels - either Horizontal or Vertical

channels : List[int]

Displays the DMX channel assignment in the visualiser

fixture_type : int

The pixel type

iChannel : int

DMX channel of the first screen pixel (1-based)

luminance : float

Light output (NITS); only affects visualiser

neutral_white : Colour

origin : int

The start point of the addressing order - which corner of the screen

personalities : List[DmxPersonality]

status__ : int

Either active or muted. If muted, no DMX data is sent

table : Table

DMX Screens only support comma-separated tables with 4 columns

universe : int

DMX universe of the first screen pixel (1-based)

universe_size : int

There are usually 512 channels in a universe; however, it’s sometimes useful to restrict a screen to a smaller number of channels within a universe

universe_step : int

Whether a universe jump is allowed within a row/column, or not

whiteCompensation : float

Adjustment of white component output

Methods

assignString(self, iArraySelect: int, channel: int, nFixtures: int, direction: int, highlightOnly: bool)

channel(self, iArray: int) -> int

displayChannels(self, onOff: bool)

hasAmberChannel(self) -> bool

hasWhiteChannel(self) -> bool

iArraySelect(self) -> int

isTableMalformed(self) -> bool