Layer
Properties
controlPatch : ControlPatch
dmxDisabled : List[int]
dmxIsolated : int
The sequence index of an isolated field. No fields are isolated if this is -1.
fields : List[FieldSequence]
hasIsolatedField : bool (Read-Only)
Returns whether this layer contains any Sockpuppet isolated field.
True if an isolated field is present, else False.isOutput : int
If set to ‘Input’, received values will control the layer. If set to ‘Output’, the layer values will be sent.
UserName: Direction
moduleBaseVersion : int
moduleConfig : ModuleConfig
moduleType : Type (Read-Only)
moduleVersion : int
Methods
changeModuleClass(self, type: Type)
findSequence(self, name: str) -> FieldSequence
findSequenceOfType(self, type: str, name: str) -> FieldSequence
isGraphical(self) -> bool
isolateSockpuppet(self, iSequence: int)
Sets a sequence on the layer to be isolated in Sockpuppet, or stop isolating.
Parameters:
- iSequence: The sequence index to set isolated, pass -1 to disable isolating on this layer.