Skip to main content

move_fixture

Function move_fixture 

Source
fn move_fixture(
    fixture_name: String,
    new_universe: usize,
    new_channel: ChannelIndex,
) -> (LogLevel, String)
Expand description

Relocates an existing fixture instance to a new universe and channel position.

ยงArguments

  • fixture_name - The name of the fixture to move
  • new_universe - The destination universe index
  • new_channel - The destination starting channel index