apsbits.demo_instrument.plans.sim_plans#

Simulators from ophyd#

For development and testing only, provides plans.

sim_count_plan([num, imax, md])

Demonstrate the count() plan.

sim_print_plan()

Demonstrate a print() plan stub (no data streams).

sim_rel_scan_plan([span, num, imax, center, ...])

Demonstrate the rel_scan() plan.

Functions

sim_count_plan([num, imax, md])

Demonstrate the count() plan.

sim_print_plan()

Demonstrate a print() plan stub (no data streams).

sim_rel_scan_plan([span, num, imax, center, ...])

Demonstrate the rel_scan() plan.

apsbits.demo_instrument.plans.sim_plans.sim_count_plan(num: int = 1, imax: float = 10000, md: dict = {'title': 'test run with simulator(s)'})[source]#

Demonstrate the count() plan.

apsbits.demo_instrument.plans.sim_plans.sim_print_plan()[source]#

Demonstrate a print() plan stub (no data streams).

apsbits.demo_instrument.plans.sim_plans.sim_rel_scan_plan(span: float = 5, num: int = 11, imax: float = 10000, center: float = 0, sigma: float = 1, noise: str = 'uniform', md: dict = {'title': 'test run with simulator(s)'})[source]#

Demonstrate the rel_scan() plan.