Skip to main content

set_property_value

Function set_property_value 

Source
fn set_property_value(
    fixture_name: String,
    property_type: PropertyType,
    value: ChannelValue,
) -> (LogLevel, String)
Expand description

Updates a specific property value on a target fixture instance.

ยงArguments

  • fixture_name - The name of the fixture to update
  • property_type - The property type to modify
  • value - The new channel value to assign