add pressure meaning and alias device p
This commit is contained in:
@ -77,6 +77,8 @@ class FrappyConfig(Device):
|
||||
'config for temperature regulation', type=anytype, default={}),
|
||||
'magneticfield': Param(
|
||||
'config for magnetic field', type=anytype, default={}),
|
||||
'pressure': Param(
|
||||
'config for pressure', type=anytype, default={}),
|
||||
'rotation_z': Param(
|
||||
'config for sample rotation (to be used as a3)',
|
||||
type=anytype, default={}),
|
||||
|
Reference in New Issue
Block a user