disguise developers

Designer Plugins

Plugins for Disguise Designer software.

DmxDevice

Base class: Device

Properties

IP_address : str

IP address to send or receive DMX commands

actualStatus : str

configured : bool (Read-Only)

directionality : int

driver : int

Defines the protocol the driver accepts

driverSpecificOptions : DmxDriverSpecificOptions

machine : Machine

Machine designated to output DMX through this device. If (none), director outputs DMX

mappingSynopsis : str (Read-Only)

speed : int

Limit send frequency, as a multiple of video output frames. Set to 44Hz if experiencing issues on receiving devices. At 60fps, 44Hz limit would output at 30Hz - every other frame, as 60Hz exceeds the limit.

start_universe : int

In conjunction with ‘number of universes’, defines the universe range of the device. ‘start universe’ is the 1-based number of the first universe handled by the device

universe_mapping : List[int]

universes : int

In conjunction with ‘start universe’, defines the universe range of the device. ‘number of universes’ is the number of universes in the range

Variables

ArtnetDevice : Final = 0

EnttecDevice : Final = 1

EzdmxDevice : Final = 3

KinetV1Device : Final = 4

KinetV2Device : Final = 5

Receive : Final = 2

SacnDevice : Final = 6

Send : Final = 1

SendAndReceive : Final = 0

SoundlightDevice : Final = 2

WendiUnsupportedDevice : Final = 7

Methods

driverStatus(self) -> str

driverType(self) -> str

lastSent(self) -> float

lastValid(self) -> float

updateDriverOptions(self)