mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
10 lines
153 B
Python
10 lines
153 B
Python
from slsdet import Detector, currentSrcParameters
|
|
|
|
s = currentSrcParameters()
|
|
s.enable_ = 1
|
|
s.fix_= 1
|
|
s.select_ = 10
|
|
|
|
|
|
d = Detector()
|
|
d.currentsource = s |