mxcubecore.HardwareObjects.SOLEIL.PX1.PX1Resolution#

Functions

test_hwo(hwo)

Classes

PX1Resolution(rootName)

class mxcubecore.HardwareObjects.SOLEIL.PX1.PX1Resolution.PX1Resolution(rootName: str)[source]#

Bases: HardwareObject

Parameters:

rootName (str) –

get_state(value=None)[source]#

Getter for state attribute.

Implementations must query the hardware directly, to ensure current results.

Returns:

Current state.

Return type:

HardwareObjectState

re_emit_values()[source]#

Update values for all internal attributes

Should be expanded in subclasse with more updatable attributes (e.g. value, limits)

stop()[source]#

Gentler (?) alternative to abort.

Override as necessary to implement.