make io device visible as expert by default
Change-Id: I49204bd2f951413e660d701ed67c0c08bcc29e43 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30967 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
@ -56,7 +56,7 @@ class HasIO(Module):
|
||||
super().__init__(name, logger, opts, srv)
|
||||
if self.uri:
|
||||
opts = {'uri': self.uri, 'description': f'communication device for {name}',
|
||||
'export': False}
|
||||
'visibility': 'expert'}
|
||||
ioname = self.ioDict.get(self.uri)
|
||||
if not ioname:
|
||||
ioname = io or name + '_io'
|
||||
|
Reference in New Issue
Block a user