For example, to capture the variables in the derivative study:
There is an AEDT API method to get these variables:
oProject = oDesktop.GetActiveProject()
oDesign = oProject.GetActiveDesign()
oModule = oDesign.GetModule("AnalysisSetup")
variables = oModule.GetDerivativeVariables("Setup1")
How could I use this method using PyAEDT?