Class: SciYAG::Backends::MDBPStep

Inherits:
MDBCyclicVoltammogram show all
Defined in:
lib/SciYAG/Backends/mdb.rb

Constant Summary

Constants inherited from MDBBackend

SciYAG::Backends::MDBBackend::COL_SEP, SciYAG::Backends::MDBBackend::MDB_EXPORT, SciYAG::Backends::MDBBackend::SUBSET_RE

Instance Attribute Summary

Attributes inherited from MDBBackend

#current_database, #data_set_name_col, #data_set_table_name, #data_set_x_col, #data_set_y_col, #data_set_z_col

Instance Method Summary collapse

Methods inherited from MDBCyclicVoltammogram

#internal_to_external

Methods inherited from MDBBackend

#expand_sets, #get_data, #internal_to_external, #mdb_export_table, #mdb_table_to_hash, #query_xy_data, #read_mdb_file, #safe_float, #sets_available, #string_to_set, #turn_header_into_hash

Methods inherited from Backend

#base_line=, #clear_xy_filters, default_state, describe, #expand_sets, #get_cached_entry, #has_set?, list_backends, list_descriptions, logger=, #meta_data, #pop_xy_filter, #push_xy_filter, #query_xy_data, #set_type, #sets_available, #xy_data, #xyz_data

Methods included from MetaBuilder::DescriptionExtend

#base_description, #create_factory, #describe, #description, #factory_class, #factory_description, #factory_description_hash, #factory_description_list, #group, #has_factory?, #inherit_parameters, #param, #param_accessor, #param_reader, #param_writer, #register_class, #set_description

Methods included from MetaBuilder::DescriptionInclude

#description, #get_param, #get_param_raw, #long_name, #option_parser_banner, #option_parser_fill, #option_parser_options, #parameter, #restore_state, #save_state, #set_param, #set_param_raw

Constructor Details

#initializeMDBPStep

Returns a new instance of MDBPStep.



399
400
401
402
403
# File 'lib/SciYAG/Backends/mdb.rb', line 399

def initialize
  super
  @data_set_table_name = "CADataPoints_28"
  @type = :it
end