sync_variables#
- SetupParam.sync_variables(variables: list, sync_n: int = 1) bool#
Sync variable variations in an existing parametric setup. Setting the sync number to 0 will effectively unsync the variables.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditSetup
Examples
>>> from ansys.aedt.core.modules.design_xploration import SetupParam >>> obj = SetupParam() >>> obj.sync_variables(variables=["Box1"])