unreal.DMXControlConsoleFloatOscillator_Square

class unreal.DMXControlConsoleFloatOscillator_Square(outer: Object | None = None, name: Name | str = 'None')

Bases: DMXControlConsoleFloatOscillator

Generates DMX Signals in a Square Wave Pattern

C++ Source:

  • Plugin: DMXControlConsole

  • Module: DMXControlConsole

  • File: DMXControlConsoleFloatOscillator_Square.h

Editor Properties: (see get_editor_property/set_editor_property)

  • amplitude (float): [Read-Write] The amplitude of the square wave, in the range [0, 1]

  • frequency_hz (float): [Read-Write] The frequency of the square wave, in Hz

  • offset (float): [Read-Write] The offset of the square wave, in the range [0, 1]

property amplitude: float

[Read-Write] The amplitude of the square wave, in the range [0, 1]

Type:

(float)

property frequency_hz: float

[Read-Write] The frequency of the square wave, in Hz

Type:

(float)

property offset: float

[Read-Write] The offset of the square wave, in the range [0, 1]

Type:

(float)