mahos.meas.podmr.PODMR#

class mahos.meas.podmr.PODMR(gconf: dict, name, context=None)#
__init__(gconf: dict, name, context=None)#

Pulse ODMR measurement.

Parameters:
  • pulser.quick_resume (bool) – default value of quick_resume. If True, it skips instrument configurations on resume.

  • pulser.split_fraction (int) – (default: 4) fraction factor (F) to split the free period for MW phase modulation. the period (T) is split into (T // F, T - T // F) and MW phase is switched at T // F. Thus, larger F results in “quicker start” of the phase modulation (depending on hardware, but its response may be a bit slow).

  • pulser.pg_freq (float) – (has preset) pulse generator frequency

  • pulser.reduce_start_divisor (int) – (has preset) the divisor on start of reducing frequency reduce is done first by this value, and then repeated by 10.

  • pulser.minimum_block_length (int) – (has preset) minimum block length in generated blocks

  • pulser.block_base (int) – (has preset) block base granularity of pulse generator.

  • pulser.divide_block (bool) – (has preset) Default value of divide_block.

  • pulser.sg_freq (float) – default value of sg frequency

  • fitter.rabi.c (float) – default value of param “c” (base line) in RabiFitter. You can set the bounds using “c_min” and “c_max” too.

  • fitter.rabi.A (float) – default value of param “A” (amplitude) in RabiFitter. You can set the bounds using “A_min” and “A_max” too.

Methods

__init__(gconf, name[, context])

Pulse ODMR measurement.

change_state(msg)

Change state to msg.state.

close_resources()

Close custom resources.

discard(msg)

Discard the data.

export_data(msg)

Export data.

get_param_dict(msg)

Get parameter dict.

get_param_dict_labels(msg)

Get parameter dict labels.

handle_req(msg)

Handle Request other than basic requests.

load_data(msg)

Load data.

main()

Main procedure that will be looped.

save_data(msg)

Save data.

update_plot_params(msg)

Update the plot params.

validate(msg)

Validate the measurement params.

wait()

Wait until required resources are ready.

Attributes