-
I've found this suspicious piece of code during #511 investigation. Reference `att` is re-assigned which triggers (auto-generated) copy assignment operator (this is incorrect, as Attribute allocates a…
-
It can easily be reproduced using the following pytango server:
```python
import tango.server
proxy = tango.DeviceProxy('sys/database/2')
class Test(tango.server.Device):
@tango.ser…
-
Here is my code,I want to get entity object whose ```priorityNo``` was max.
```
@Repository
interface HedgingStrategyRepository : JmixDataRepository {
// HedgingStrategyEntity, HedgingStrategy…
-
**Describe the bug**
I've gone through a bunch of troubleshooting to connect to SAS via saspy in jupyter notebook and I get the error below. The different trouble-shooting I've done:
- Asked admin …
shriv updated
2 years ago
-
Hi Alex,
I used pymapdl back then, when it was still in its infancy and love what it has become!
With pyansys now supporting python versions up to 3.10 is it possible to upgrade the avaible pytho…
-
1) It seems that the polling history buffer depth setting has no effect for the Tango JAVA servers.
For example if we set the depth to 50 , when reading from a client the polling buffer history of a…
-
The spec should clarify the semantics of synchronous and asynchronous actions:
How can an asynchronous be monitored? How are execution failures (exceptions) communicated?
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
In the below script, I am launching P…
-
Hi, I seem to be facing an issue similar to #625, maybe also related to #1528.
I already described the issue in a comment in #625 but decided to file a new issue instead for visibility/traceability…
-
### Before submitting the issue
- [X] I have checked for [Compatibility](https://dpfdocs.pyansys.com/getting_started/index.html#compatibility) issues
- [X] I have searched among the existing issues
-…