Compare commits
1 Commits
main
...
feature/be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cd8760a13 |
@@ -0,0 +1 @@
|
||||
from .my_test_scan import MyScan
|
||||
10
pxiii_bec/scans/my_test_scan.py
Normal file
10
pxiii_bec/scans/my_test_scan.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from bec_server.scan_server.scans import LineScan
|
||||
|
||||
|
||||
class MyScan(LineScan):
|
||||
scan_name = "test_scan"
|
||||
|
||||
|
||||
|
||||
def _calculate_positions(self):
|
||||
return super()._calculate_positions()
|
||||
Reference in New Issue
Block a user