recipes Package

atesim Module

class qikify.recipes.atesim.ATESimulator(data_src='filesystem')[source]

Bases: object

Methods

run([port]) This function runs the ATE simulator using CSV files in the current directory.
run(port=5570)[source]

This function runs the ATE simulator using CSV files in the current directory. Currently, we only support loading .csv or .csv.gz files.

class qikify.recipes.atesim.ChipDataIterator(data_dir)[source]

Bases: object

Methods

next() The call to self.chip_iter.next() will raise StopIteration when done,
next()[source]

The call to self.chip_iter.next() will raise StopIteration when done, propagating through to the caller of ChipDataIterator().next().

basic_ML_testing Module

class qikify.recipes.basic_ML_testing.BasicMLTesting[source]

Bases: object

Methods

run([port])
run(port=5570)[source]

two_tier_test Module

class qikify.recipes.two_tier_test.TwoTierTest[source]

Bases: object

Methods

run([port])
run(port=5570)[source]

Table Of Contents

This Page