version as of 2025-01-09 from ultrasound PC
This commit is contained in:
@@ -149,6 +149,9 @@ class Parameter(Accessible):
|
||||
|
||||
default None: write if given in config''', NoneOr(BoolType()),
|
||||
export=False, default=None, settable=False)
|
||||
# used in NICOS only ...
|
||||
nicos_category = Property(
|
||||
'''NICOS parameter category''', StringType(), export=True, default='')
|
||||
|
||||
# used on the instance copy only
|
||||
value = None
|
||||
|
||||
Reference in New Issue
Block a user