PyANGKernel.GKControlPlanChange¶
- class GKControlPlanChange¶
Changes the current control plan.
Details
This class supports a change in the currently simulated control plan. It is associated with a policy, so it will be applied on some specified circumstances
Synopsis¶
Methods¶
def
__init__()def
clearOCITPars()def
getControlPlan()def
getOCITPars()def
setControlPlan()def
setOCITPars()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- clearOCITPars()¶
- getControlPlan()¶
- Return type:
Returns the new control plan to apply
- getOCITPars()¶
- Return type:
- setControlPlan(plan)¶
- Parameters:
plan –
GKControlPlan
Sets the control plan
- setOCITPars(pars)¶
- Parameters: