vipr_reflectometry.shared.controllers package

Submodules

vipr_reflectometry.shared.controllers.reflectometry_controller module

class vipr_reflectometry.shared.controllers.reflectometry_controller.ReflectometryController(*args: Any, **kw: Any)

Bases: ArgparseController

Controller for Reflectometry operations

class Meta

Bases: object

label = 'reflectometry'
stacked_on = 'base'
stacked_type = 'nested'
generate_standard_config()

Builds a standard configuration based on registry components in vipr-wrapper format.

test()

Simple test command that returns “Hello World”.

Returns:

Dict with Hello World message

write_standard_config_to_yaml()

Generates a standard configuration file using registry components.

Module contents

Shared controllers for VIPR Reflectometry Plugin.

class vipr_reflectometry.shared.controllers.ReflectometryController(*args: Any, **kw: Any)

Bases: ArgparseController

Controller for Reflectometry operations

class Meta

Bases: object

label = 'reflectometry'
stacked_on = 'base'
stacked_type = 'nested'
generate_standard_config()

Builds a standard configuration based on registry components in vipr-wrapper format.

test()

Simple test command that returns “Hello World”.

Returns:

Dict with Hello World message

write_standard_config_to_yaml()

Generates a standard configuration file using registry components.