Function

Patch.SetCurrentDmxAssignment

Void Patch.SetCurrentDmxAssignment(DmxAssignment address)
API https://api.avolites.com/18.0/api/Patch.SetCurrentDmxAssignment.html
description Sets the current DMX assignment which is an ObservableDmxAssignment from a normal DmxAssignment.
namespace Patch
parameter address ( DmxAssignment ) : the address to be used in the next patch process
return value Void

This inherently sets the property Patch.CurrentDmxAssignment.

Example in

Patch - Repatch Selected Fixtures:

<step>Patch.SetCurrentDmxAssignment(42.1)</step>
Also used in
Remarks