5 lines
175 B
Python
Executable File
5 lines
175 B
Python
Executable File
import ch.psi.pshell.data.LayoutDefault
|
|
|
|
class LayoutParallelScan(ch.psi.pshell.data.LayoutDefault):
|
|
def getDefaultGroup(self, scan):
|
|
return scan.readables[0].name |