cut
1.2.1-pre1
|
Functions | |
def | delete (number, datatype, instance) |
def | create (number, datatype, instance) |
def | update (number, ups, timeout, datatype, instance) |
def | read (number, datatype, instance) |
Variables | |
string | root_str = 'cii.oldb:/cut/test/performance/instance' |
dictionary | datapoints = {} |
string | description = 'This small application create, reads and delete datapoints from the OLDB. \n' + \ |
parser = argparse.ArgumentParser( description = description ) | |
dest | |
type | |
help | |
default | |
metavar | |
str | |
nargs | |
args = parser.parse_args() | |
def cut-test-performance-python-datapoints.create | ( | number, | |
datatype, | |||
instance | |||
) |
def cut-test-performance-python-datapoints.delete | ( | number, | |
datatype, | |||
instance | |||
) |
def cut-test-performance-python-datapoints.read | ( | number, | |
datatype, | |||
instance | |||
) |
def cut-test-performance-python-datapoints.update | ( | number, | |
ups, | |||
timeout, | |||
datatype, | |||
instance | |||
) |
cut-test-performance-python-datapoints.args = parser.parse_args() |
dictionary cut-test-performance-python-datapoints.datapoints = {} |
cut-test-performance-python-datapoints.default |
string cut-test-performance-python-datapoints.description = 'This small application create, reads and delete datapoints from the OLDB. \n' + \ |
cut-test-performance-python-datapoints.dest |
cut-test-performance-python-datapoints.help |
cut-test-performance-python-datapoints.metavar |
cut-test-performance-python-datapoints.nargs |
cut-test-performance-python-datapoints.parser = argparse.ArgumentParser( description = description ) |
string cut-test-performance-python-datapoints.root_str = 'cii.oldb:/cut/test/performance/instance' |
cut-test-performance-python-datapoints.str |
cut-test-performance-python-datapoints.type |