HFSSSimulationOption.use_default_lambda_value returning wrong value
- Dominant language
- Python
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### 🔍 Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### 🐞 Description of the bug
There is a copy paste mistake in this property getter it should return a bool but we got Lambda target 0.33
``` python
@property
def use_default_lambda_value(self):
""":obj:`bool`: Flag indicating if the default lambda target value is used."""
return self.__stub.GetLamdaTarget(self.msg).value
```
### 📝 Steps to reproduce
NA
### 💻 Which operating system are you using?
Windows
### 📀 Which ANSYS version are you using?
NA
### 🐍 Which Python version are you using?
3.9
### 📦 Installed packages
```shell
NA
```
Contributor guide
Assessment
This issue has not been assessed yet.