You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting an rp_var in python does not work and throws an Error: rp-var-value-set!: undefined variable error.
📝 Steps to reproduce
In the first image fakevar was set as a string, the result is the same.
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
24.2
🐍 Which Python version are you using?
3.11
📦 Installed packages
alabaster 0.7.16 A light, configurable Sphinx theme
altgraph 0.17.4 Python graph (network) package
ansys-api-fluent 0.3.29 Autogenerated python gRPC interface package for ansys-api-fluent, built on 15:19:16 on 10 December 2024
ansys-api-platform-instancemanagement 1.1.0 Autogenerated python gRPC interface package for ansys-api-platform-instancemanagement, built on 09:44:35 on 24 April 2024
ansys-api-tools-filetransfer 0.1.1 Autogenerated python gRPC interface package for ansys-api-tools-filetransfer.
ansys-fluent-core 0.27.0 PyFluent provides Pythonic access to Ansys Fluent
ansys-platform-instancemanagement 1.1.2 A Python wrapper for Ansys platform instancemanagement
ansys-tools-filetransfer 0.1.1 A Python client for uploading and downloading files via gRPC.
ansys-units 0.3.4 Pythonic interface for units, unit systems, and unit conversions.
attrs 24.2.0 Classes Without Boilerplate
babel 2.16.0 Internationalization utilities
backports-tarfile 1.2.0 Backport of CPython tarfile module
certifi 2024.8.30 Python package for providing Mozilla's CA Bundle.cffi 1.17.1 Foreign Function Interface for Python calling C code.charset-normalizer 3.4.0 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.click 8.1.7 Composable command line interface toolkitcryptography 44.0.0 cryptography is a package which provides cryptographic recipes and primitives to Python developers.docker 7.1.0 A Python library for the Docker Engine API.docutils 0.21.2 Docutils -- Python Documentation Utilitiesgrpcio 1.68.1 HTTP/2-based RPC frameworkgrpcio-health-checking 1.62.3 Standard Health Checking Service for gRPCidna 3.10 Internationalized Domain Names in Applications (IDNA)imagesize 1.4.1 Getting image size from png/jpeg/jpeg2000/gif fileimportlib-metadata 8.5.0 Read metadata from Python packagesiniconfig 2.0.0 brain-dead simple config-ini parsingjaraco-classes 3.4.0 Utility functions for Python class constructsjaraco-context 6.0.1 Useful decorators and context managersjaraco-functools 4.1.0 Functools like those found in stdlibjeepney 0.8.0 Low-level, pure Python DBus protocol wrapper.jinja2 3.1.4 A very fast and expressive template engine.joblib 1.4.2 Lightweight pipelining with Python functionskeyring 25.5.0 Store and access your passwords safely.lxml 5.3.0 Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.markupsafe 3.0.2 Safely add untrusted strings to HTML/XML markup.more-itertools 10.5.0 More routines for operating on iterables, beyond itertoolsnltk 3.9.1 Natural Language Toolkitnumpy 2.2.0 Fundamental package for array computing in Pythonpackaging 24.2 Core utilities for Python packagespandas 2.2.3 Powerful data structures for data analysis, time series, and statisticspdf2image 1.17.0 A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.pillow 11.0.0 Python Imaging Library (Fork)pluggy 1.5.0 plugin and hook calling mechanisms for pythonprotobuf 4.25.5 pycparser 2.22 C parser in Pythonpygments 2.18.0 Pygments is a syntax highlighting package written in Python.pyinstaller 6.11.1 PyInstaller bundles a Python application and all its dependencies into a single package.pyinstaller-hooks-contrib 2024.10 Community maintained hooks for PyInstallerpymssql 2.3.2 DB-API interface to Microsoft SQL Server for Python. (new Cython-based version)pytest 8.3.4 pytest: simple powerful testing with Pythonpython-dateutil 2.9.0.post0 Extensions to the standard Python datetime modulepytz 2024.2 World timezone definitions, modern and historicalpyyaml 6.0.2 YAML parser and emitter for Pythonrbsql 0.4.2 regex 2024.11.6 Alternative regular expression module, to replace re.requests 2.32.3 Python HTTP for Humans.secretstorage 3.3.3 Python bindings to FreeDesktop.org Secret Service APIsetuptools 75.6.0 Easily download, build, install, upgrade, and uninstall Python packagessix 1.17.0 Python 2 and 3 compatibility utilitiessnowballstemmer 2.2.0 This package provides 29 stemmers for 28 languages generated from Snowball algorithms.sphinx 7.4.7 Python documentation generatorsphinxcontrib-applehelp 2.0.0 sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help bookssphinxcontrib-devhelp 2.0.0 sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documentssphinxcontrib-htmlhelp 2.1.0 sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help filessphinxcontrib-jsmath 1.0.1 A sphinx extension which renders display math in HTML via JavaScriptsphinxcontrib-qthelp 2.0.0 sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documentssphinxcontrib-serializinghtml 2.0.0 sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle)toml 0.10.2 Python Library for Tom's Obvious, Minimal Language
tqdm 4.67.1 Fast, Extensible Progress Meter
tzdata 2024.2 Provider of IANA time zone data
urllib3 2.2.3 HTTP library with thread-safe connection pooling, file post, and more.
zipp 3.21.0 Backport of pathlib-compatible object wrapper for zip files
The text was updated successfully, but these errors were encountered:
🔍 Before submitting the issue
🐞 Description of the bug
Setting an rp_var in python does not work and throws an
Error: rp-var-value-set!: undefined variable
error.📝 Steps to reproduce
In the first image fakevar was set as a string, the result is the same.
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
24.2
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: