X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoardTest%2Finput23.dbt;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoardTest%2Finput23.dbt;h=b8007176144b6cc3320c742364b73a8f8f87c083;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoardTest/input23.dbt b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoardTest/input23.dbt new file mode 100644 index 000000000..b80071761 --- /dev/null +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoardTest/input23.dbt @@ -0,0 +1,15 @@ +type ULimit = Double(Unit="µm", range=(0.0 ..]) +type PMass = Double(Unit="U", range=[0.0 ..]) + +type ParametricDist = { + AD_type: Integer(Unit="U", range=[1 ..]), + AD_param1: Double(Unit="U", range=0), + AD_param2: Optional( Double(Unit="U")) +} +type NumericDist = { + AD_type: Integer(Unit="U"), + AD_dist_classes: Integer(Unit="U", range=[1 ..]), + AD_dist: (ULimit, PMass)[1 ..]/*, + a : Variant*/ +} +