# Can I conduct Python control PV in Catalyst Adaptor code?

**URL:** https://discourse.paraview.org/t/can-i-conduct-python-control-pv-in-catalyst-adaptor-code/8526
**Category:** In Situ Support
**Created:** [December 1, 2021, 12:19am UTC](https://discourse.paraview.org/t/can-i-conduct-python-control-pv-in-catalyst-adaptor-code/8526 "2021-12-01T00:19:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![lijian\_cug](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/l/838e76/32.png) [@lijian\_cug](https://discourse.paraview.org/u/lijian_cug)
#### Post date: [December 1, 2021, 12:19am UTC](https://discourse.paraview.org/t/can-i-conduct-python-control-pv-in-catalyst-adaptor-code/8526/1 "2021-12-01T00:19:12Z")

</div>

Dear Developers:  
Can I program in Catalyst Adaptor python code to control some actions in ParaView? Because I want to implement some controlling in the live visualization, which will be transmitted into my CAVE VR system in my research plan. If I can implement voice control, that will be good! My hydrodynamic engine code is developed using FORTRAN language.  
Thanks  
Li Jian

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [December 1, 2021, 4:33pm UTC](https://discourse.paraview.org/t/can-i-conduct-python-control-pv-in-catalyst-adaptor-code/8526/2 "2021-12-01T16:33:51Z")

</div>

This sounds doable with a plugin, but not with a catalyst adaptor.
