NSLS-II-CSX / profile_collection

BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

[baseline] move nanoposition configuration values to descriptors #22

Open ambarb opened 5 years ago

ambarb commented 5 years ago

@cmazzoli @wen-hu can we move the configuration values to the configuration attributes the baseline list is really long and it will make it easier to read. just talking about dly - icof unless there is a real need to treat these things like readback and setpoint. there is a get_config function that will make uncovering these values easier.

 'nanop_tx',
 'nanop_tx_user_setpoint',
 'nanop_tx_dly',
 'nanop_tx_rtry',
 'nanop_tx_rdbd',
 'nanop_tx_rmod',
 'nanop_tx_cnen',
 'nanop_tx_pcof',
 'nanop_tx_icof',
 'nanop_ty',
 'nanop_ty_user_setpoint',
 'nanop_ty_dly',
 'nanop_ty_rtry',
 'nanop_ty_rdbd',
 'nanop_ty_rmod',
 'nanop_ty_cnen',
 'nanop_ty_pcof',
 'nanop_ty_icof',
 'nanop_tz',
 'nanop_tz_user_setpoint',
 'nanop_tz_dly',
 'nanop_tz_rtry',
 'nanop_tz_rdbd',
 'nanop_tz_rmod',
 'nanop_tz_cnen',
 'nanop_tz_pcof',
 'nanop_tz_icof',
 'nanop_bx',
 'nanop_bx_user_setpoint',
 'nanop_bx_dly',
 'nanop_bx_rtry',
 'nanop_bx_rdbd',
 'nanop_bx_rmod',
 'nanop_bx_cnen',
 'nanop_bx_pcof',
 'nanop_bx_icof',
 'nanop_by',
 'nanop_by_user_setpoint',
 'nanop_by_dly',
 'nanop_by_rtry',
 'nanop_by_rdbd',
 'nanop_by_rmod',
 'nanop_by_cnen',
 'nanop_by_pcof',
 'nanop_by_icof',
 'nanop_bz',
 'nanop_bz_user_setpoint',
 'nanop_bz_dly',
 'nanop_bz_rtry',
 'nanop_bz_rdbd',
 'nanop_bz_rmod',
 'nanop_bz_cnen',
 'nanop_bz_pcof',