apsbits.utils.aps_functions#

APS utility helper functions#

host_on_aps_subnet()

Detect if this host is on an APS subnet.

aps_dm_setup(dm_setup_file_path)

APS Data Management setup

Functions

aps_dm_setup(dm_setup_file_path)

APS Data Management setup

host_on_aps_subnet()

Detect if this host is on an APS subnet.

apsbits.utils.aps_functions.aps_dm_setup(dm_setup_file_path)[source]#

APS Data Management setup#

Read the bash shell script file used by DM to setup the environment. Parse any export lines and add their environment variables to this session. This is done by brute force here since the APS DM environment setup requires different Python code than bluesky and the two often clash.

This setup must be done before any of the DM package libraries are called.

apsbits.utils.aps_functions.host_on_aps_subnet()[source]#

Detect if this host is on an APS subnet.