sdata.experiments package

Submodules

sdata.experiments.ks2 module

sdata.experiments.lapshear module

sdata.experiments.material module

Module contents

class sdata.experiments.Test(**kwargs)[source]

Bases: sdata.experiments.TestSeries

A sdata Test

SDATA_TESTSERIES_NAME = '!sdata_testseries_name'
SDATA_TESTSERIES_UUID = '!sdata_testseries_uuid'
property longname
property name_testseries

name of the testseries

property testtype

testtype of the testseries

property uuid_testseries

uuid of the testseries

class sdata.experiments.TestProgram(**kwargs)[source]

Bases: sdata.data.Data

A sdata Testprogram

gen_testseries(**kwargs)[source]

generate TestSeries instance

Parameters

kwargs

Returns

TestSeries()

property longname
class sdata.experiments.TestSeries(**kwargs)[source]

Bases: sdata.experiments.TestProgram

A sdata TestSeries

SDATA_TESTPROGRAM_NAME = '!sdata_testprogram_name'
SDATA_TESTPROGRAM_UUID = '!sdata_testprogram_uuid'
SDATA_TESTTYPE = '!sdata_testtype'
gen_test(**kwargs)[source]

generate Test instance

Parameters

kwargs

Returns

Test()

property longname
property name_testprogram

name of the testprogram

property name_testseries

name of the testseries

property testtype

testtype of the testseries

property uuid_testprogram

uuid of the testprogram

property uuid_testseries

uuid of the testseries