Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
626d0ce6
Commit
626d0ce6
authored
Feb 09, 2021
by
Olivier Lantsoght
Browse files
[MBsysPy][MbsDirdyn] Add the number of buffer in the properties.
parent
d44e5ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_interface/MBsysPy/mbsyspy/mbs_dirdyn.py
View file @
626d0ce6
...
...
@@ -877,6 +877,11 @@ class MbsDirdyn(object):
"""Access to `dt` attribute (read-only)."""
return
self
.
mbs_dirdyn_ptr
.
contents
.
dt
@
property
def
buffer_nb
(
self
):
"""Access to `bufferNb` attribute (read-only)."""
return
self
.
mbs_dirdyn_ptr
.
contents
.
bufferNb
class
MbsResult
(
object
):
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment