Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cd8760a13 |
@@ -0,0 +1 @@
|
||||
from .my_test_scan import MyScan
|
||||
@@ -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