mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
minor comment in python
This commit is contained in:
parent
ae0d1cc0d4
commit
10455b284e
@ -2336,6 +2336,13 @@ class Detector(CppDetectorApi):
|
|||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
def vetostream(self):
|
def vetostream(self):
|
||||||
|
"""[Gotthard2] Enabling/ disabling veto interface
|
||||||
|
Note
|
||||||
|
----
|
||||||
|
Default: both off
|
||||||
|
Options: NONE, I3GBE, 10GBE (debugging)
|
||||||
|
Debugging interface also enables second interface in receiver (separate file), which also restarts zmq streaming if enabled.
|
||||||
|
"""
|
||||||
return self.getVetoStream()
|
return self.getVetoStream()
|
||||||
|
|
||||||
@vetostream.setter
|
@vetostream.setter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user