Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
2b0d2775
Commit
2b0d2775
authored
Dec 05, 2013
by
Andreas Freise
Browse files
some more SIfloats.
parent
328f1b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/components.py
View file @
2b0d2775
...
...
@@ -209,11 +209,11 @@ class space(Component):
@
property
def
L
(
self
):
return
Param
(
'L'
,
self
.
__L
)
@
L
.
setter
def
L
(
self
,
value
):
self
.
__L
=
float
(
value
)
def
L
(
self
,
value
):
self
.
__L
=
SI
float
(
value
)
@
property
def
n
(
self
):
return
Param
(
'n'
,
self
.
__n
)
@
n
.
setter
def
n
(
self
,
value
):
self
.
__n
=
float
(
value
)
def
n
(
self
,
value
):
self
.
__n
=
SI
float
(
value
)
@
staticmethod
def
parseFinesseText
(
text
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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