set_property_and_get_changed_properties#

Client.set_property_and_get_changed_properties(name, value, changed_properties)#

Set the value of a property of the current camera on DE-Server and get all the changed properties. This is useful for testing and determining how certain properties affect others.

Parameters:
  • name (str) – The name of the property to set the value of

  • value (any) – The value to set the property to

  • changed_properties (list) – List of properties that have changed