@oimlsmart/primmel-packages 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +60 -0
- package/LICENSE +21 -0
- package/README.md +68 -0
- package/acme-cgm-200/model/cgm200.prl +284 -0
- package/acme-cgm-200/model/r144-map.prl +337 -0
- package/acme-cgm-200/package.primmel +39 -0
- package/acme-cgm-system/model/cgm-system.prl +125 -0
- package/acme-cgm-system/model/r144-map.prl +75 -0
- package/acme-cgm-system/model/sample-line.prl +42 -0
- package/acme-cgm-system/package.primmel +23 -0
- package/acme-lc500/model/lc500.prl +218 -0
- package/acme-lc500/model/passport.prl +43 -0
- package/acme-lc500/model/r60-map.prl +161 -0
- package/acme-lc500/model/twin-cert-map.prl +114 -0
- package/acme-lc500/package.primmel +35 -0
- package/acme-md3xx/model/md350.prl +317 -0
- package/acme-md3xx/model/r129-map.prl +346 -0
- package/acme-md3xx/package.primmel +49 -0
- package/acme-rs180/model/r91-map.prl +234 -0
- package/acme-rs180/model/rs180.prl +236 -0
- package/acme-rs180/package.primmel +47 -0
- package/ims-demo/model/ims.prl +23 -0
- package/ims-demo/model/isms-map.prl +60 -0
- package/ims-demo/model/qms-map.prl +73 -0
- package/ims-demo/package.primmel +42 -0
- package/isms-ref/model/isms.prl +34 -0
- package/isms-ref/package.primmel +35 -0
- package/iso-iec-17000/package.primmel +8 -0
- package/iso-iec-17000/terminology.prl +268 -0
- package/iso-iec-17025/package.primmel +10 -0
- package/iso-iec-17025/specification/requirements/lab.prl +474 -0
- package/iso-iec-17025/terminology.prl +72 -0
- package/iso-iec-17065/package.primmel +10 -0
- package/iso-iec-17065/specification/requirements/body.prl +446 -0
- package/iso-iec-17065/terminology.prl +103 -0
- package/iso-iec-17067/package.primmel +10 -0
- package/iso-iec-17067/specification/requirements/scheme-content.prl +300 -0
- package/iso-iec-17067/terminology.prl +24 -0
- package/oiml-cs/package.primmel +10 -0
- package/oiml-cs/specification/discrepancies.prl +26 -0
- package/oiml-cs/specification/requirements/cs.prl +515 -0
- package/oiml-cs-dataspace/.primmel-allowlist.prl +25 -0
- package/oiml-cs-dataspace/package.primmel +9 -0
- package/oiml-cs-dataspace/specification/dataspace.prl +73 -0
- package/oiml-cs-dataspace/specification/policies.prl +68 -0
- package/oiml-integrated-ref/model/probe-pairing.prl +71 -0
- package/oiml-integrated-ref/package.primmel +10 -0
- package/oiml-r129/.primmel-allowlist.prl +2 -0
- package/oiml-r129/evaluation/processes.prl +152 -0
- package/oiml-r129/evaluation/workflow.prl +48 -0
- package/oiml-r129/execution/forms/admin/adjustments-modifications.prl +30 -0
- package/oiml-r129/execution/forms/admin/checklist.prl +70 -0
- package/oiml-r129/execution/forms/admin/configuration.prl +31 -0
- package/oiml-r129/execution/forms/admin/equipment-info.prl +27 -0
- package/oiml-r129/execution/forms/admin/general-info.prl +63 -0
- package/oiml-r129/execution/forms/admin/identification.prl +49 -0
- package/oiml-r129/execution/forms/admin/sample-selection.prl +30 -0
- package/oiml-r129/execution/forms/admin/summary-results.prl +50 -0
- package/oiml-r129/execution/forms/emc/bursts.prl +88 -0
- package/oiml-r129/execution/forms/emc/esd.prl +66 -0
- package/oiml-r129/execution/forms/emc/low-voltage-battery.prl +58 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-conducted.prl +59 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-radiated.prl +59 -0
- package/oiml-r129/execution/forms/emc/surge.prl +61 -0
- package/oiml-r129/execution/forms/emc/voltage-dips.prl +62 -0
- package/oiml-r129/execution/forms/emc/voltage-variation.prl +58 -0
- package/oiml-r129/execution/forms/env/damp-heat-cyclic.prl +43 -0
- package/oiml-r129/execution/forms/env/damp-heat-steady.prl +50 -0
- package/oiml-r129/execution/forms/env/static-temperatures.prl +61 -0
- package/oiml-r129/execution/forms/shared/headers.prl +86 -0
- package/oiml-r129/execution/forms/tests/acoustics.prl +44 -0
- package/oiml-r129/execution/forms/tests/ambient-light.prl +46 -0
- package/oiml-r129/execution/forms/tests/construction-examination.prl +46 -0
- package/oiml-r129/execution/forms/tests/examination-checklist.prl +51 -0
- package/oiml-r129/execution/forms/tests/object-shape.prl +43 -0
- package/oiml-r129/execution/forms/tests/orientation-position.prl +31 -0
- package/oiml-r129/execution/forms/tests/repeatability.prl +65 -0
- package/oiml-r129/execution/forms/tests/speed-movement.prl +59 -0
- package/oiml-r129/execution/forms/tests/surface-characteristics.prl +44 -0
- package/oiml-r129/execution/forms/tests/warm-up-time.prl +35 -0
- package/oiml-r129/execution/subforms/dimension-measurement.prl +93 -0
- package/oiml-r129/layers.prl +50 -0
- package/oiml-r129/model/attributes.prl +243 -0
- package/oiml-r129/model/behaviors.prl +79 -0
- package/oiml-r129/model/capabilities.prl +29 -0
- package/oiml-r129/model/characteristics.prl +8 -0
- package/oiml-r129/model/conditions.prl +23 -0
- package/oiml-r129/model/instrument.prl +67 -0
- package/oiml-r129/model/state.prl +22 -0
- package/oiml-r129/model/twin.prl +23 -0
- package/oiml-r129/package.primmel +15 -0
- package/oiml-r129/payload/application.yaml +40 -0
- package/oiml-r129/payload/conditions-common-test.yaml +8 -0
- package/oiml-r129/payload/formulas-variants.yaml +33 -0
- package/oiml-r129/payload/promises.yaml +102 -0
- package/oiml-r129/payload/sample-data.yaml +300 -0
- package/oiml-r129/references.prl +306 -0
- package/oiml-r129/sources-prd/coverage.json +59 -0
- package/oiml-r129/sources-prd/r129-1.sentences.json +4238 -0
- package/oiml-r129/sources-prd/r129-2.sentences.json +1139 -0
- package/oiml-r129/sources-prd/r129-3.sentences.json +3809 -0
- package/oiml-r129/sources-prd/r129-4.sentences.json +1227 -0
- package/oiml-r129/specification/calculations.prl +83 -0
- package/oiml-r129/specification/conformance/disturbance-tests.prl +212 -0
- package/oiml-r129/specification/conformance/effect-tests.prl +70 -0
- package/oiml-r129/specification/conformance/examinations.prl +83 -0
- package/oiml-r129/specification/conformance/metrological-tests.prl +178 -0
- package/oiml-r129/specification/formulas.prl +9 -0
- package/oiml-r129/specification/requirements/electronic.prl +46 -0
- package/oiml-r129/specification/requirements/metrological.prl +83 -0
- package/oiml-r129/specification/requirements/object-limitations.prl +99 -0
- package/oiml-r129/specification/requirements/software.prl +57 -0
- package/oiml-r129/specification/requirements/technical.prl +134 -0
- package/oiml-r129/specification/symbols.prl +187 -0
- package/oiml-r129/specification/tables.prl +74 -0
- package/oiml-r129/terminology.prl +415 -0
- package/oiml-r129/value-types.prl +40 -0
- package/oiml-r144/.primmel-allowlist.prl +2 -0
- package/oiml-r144/entities/instrument.prl +360 -0
- package/oiml-r144/entities/test-execution.prl +228 -0
- package/oiml-r144/entities/workflow.prl +2075 -0
- package/oiml-r144/evaluation/processes.prl +152 -0
- package/oiml-r144/evaluation/workflow.prl +48 -0
- package/oiml-r144/execution/forms/sec-3-report/03-01-laboratory-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-02-test-location.prl +14 -0
- package/oiml-r144/execution/forms/sec-3-report/03-03-manufacturer-info.prl +18 -0
- package/oiml-r144/execution/forms/sec-3-report/03-04-applicant-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-05-type-identification.prl +80 -0
- package/oiml-r144/execution/forms/sec-3-report/03-06-type-composition.prl +31 -0
- package/oiml-r144/execution/forms/sec-3-report/03-07-visual-examination.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-08-test-conclusions.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-09-general-conclusion.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-10-responsible-persons.prl +27 -0
- package/oiml-r144/execution/forms/sec-tests/ambient-pressure-test.prl +59 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-mains-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-signal-test.prl +55 -0
- package/oiml-r144/execution/forms/sec-tests/cold-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/cross-sensitivity-test.prl +92 -0
- package/oiml-r144/execution/forms/sec-tests/damp-heat-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/documentation-examination.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/drift-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/dry-heat-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/error-determination.prl +37 -0
- package/oiml-r144/execution/forms/sec-tests/esd-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/flow-spillover-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/leakproofness-test.prl +41 -0
- package/oiml-r144/execution/forms/sec-tests/low-battery-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/power-reduction-test.prl +49 -0
- package/oiml-r144/execution/forms/sec-tests/power-supply-test.prl +57 -0
- package/oiml-r144/execution/forms/sec-tests/repeatability-test.prl +60 -0
- package/oiml-r144/execution/forms/sec-tests/response-time-test.prl +43 -0
- package/oiml-r144/execution/forms/sec-tests/rf-emf-test.prl +47 -0
- package/oiml-r144/execution/forms/sec-tests/shock-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/surge-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/vibration-test.prl +58 -0
- package/oiml-r144/execution/forms/sec-tests/warm-up-time-test.prl +69 -0
- package/oiml-r144/execution/forms/shared/headers.prl +132 -0
- package/oiml-r144/execution/subforms/cgm-point.prl +99 -0
- package/oiml-r144/layers.prl +44 -0
- package/oiml-r144/model/attributes.prl +679 -0
- package/oiml-r144/model/behaviors.prl +117 -0
- package/oiml-r144/model/capabilities.prl +99 -0
- package/oiml-r144/model/characteristics.prl +27 -0
- package/oiml-r144/model/conditions.prl +46 -0
- package/oiml-r144/model/instrument.prl +85 -0
- package/oiml-r144/model/state.prl +18 -0
- package/oiml-r144/model/twin.prl +25 -0
- package/oiml-r144/package.primmel +15 -0
- package/oiml-r144/payload/application.yaml +80 -0
- package/oiml-r144/payload/attributes-pair-list.yaml +18 -0
- package/oiml-r144/payload/conditions-common-test.yaml +74 -0
- package/oiml-r144/payload/formulas-variants.yaml +32 -0
- package/oiml-r144/payload/promises.yaml +118 -0
- package/oiml-r144/payload/sample-data.yaml +643 -0
- package/oiml-r144/references.prl +594 -0
- package/oiml-r144/sources-prd/coverage.json +114 -0
- package/oiml-r144/sources-prd/r144-1.sentences.json +2797 -0
- package/oiml-r144/sources-prd/r144-2.sentences.json +1627 -0
- package/oiml-r144/sources-prd/r144-3.sentences.json +838 -0
- package/oiml-r144/specification/calculations.prl +123 -0
- package/oiml-r144/specification/conformance/examination.prl +87 -0
- package/oiml-r144/specification/conformance/performance-tests.prl +755 -0
- package/oiml-r144/specification/formulas.prl +37 -0
- package/oiml-r144/specification/reference-materials.prl +87 -0
- package/oiml-r144/specification/requirements/controls.prl +51 -0
- package/oiml-r144/specification/requirements/metrological.prl +299 -0
- package/oiml-r144/specification/requirements/report.prl +35 -0
- package/oiml-r144/specification/requirements/technical.prl +455 -0
- package/oiml-r144/specification/symbols.prl +357 -0
- package/oiml-r144/specification/tables.prl +95 -0
- package/oiml-r144/specification/test-point-sets.prl +15 -0
- package/oiml-r144/terminology.prl +308 -0
- package/oiml-r144/value-types.prl +49 -0
- package/oiml-r60/.primmel-allowlist.prl +2 -0
- package/oiml-r60/entities/workflow.prl +2079 -0
- package/oiml-r60/evaluation/processes.prl +152 -0
- package/oiml-r60/evaluation/workflow.prl +48 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-01-authority-info.prl +76 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-02-synopsis.prl +20 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-01-examinations.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-a-performance-general.prl +81 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-b-performance-digital.prl +104 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-01-manufacturer.prl +21 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-02-applicant.prl +44 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-03-testing-laboratories.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-05-load-cell-type-info.prl +83 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-06-accessories.prl +41 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-07-sample-selection.prl +71 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-01-general-info.prl +103 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-02-performance-info.prl +66 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-03-digital-info.prl +35 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-04-photographs.prl +12 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-05-documentation.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-06-inscriptions.prl +126 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-07-model-range.prl +143 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-12-previous-tests.prl +26 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-01-force-generating-system.prl +89 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-02-weights.prl +61 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-03-temperature-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-04-climate-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-05-indicator.prl +92 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-06-terminal.prl +86 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-07-barometric-pressure-meter.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-08-thermometer.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-09-moisture-analyser.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-10-additional-test-equipment.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-11-remarks.prl +11 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/test-usage-matrix.prl +85 -0
- package/oiml-r60/execution/forms/sec-5-examination/documentation-examination.prl +53 -0
- package/oiml-r60/execution/forms/sec-5-examination/marking-examination.prl +104 -0
- package/oiml-r60/execution/forms/sec-5-examination/software-examination.prl +86 -0
- package/oiml-r60/execution/forms/sec-5-examination/suitability-examination.prl +56 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/barometric-pressure.prl +176 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/bursts.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/conducted-emc.prl +170 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/creep-dr.prl +327 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/emc-susceptibility.prl +115 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/esd.prl +224 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-ch.prl +300 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-sh.prl +235 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/initial-tests.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-cell-errors.prl +280 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-test.prl +29 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/performance-test-summary.prl +82 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/power-voltage.prl +166 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/repeatability.prl +189 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/short-time-power.prl +98 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/span-stability.prl +242 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/surge.prl +142 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/temperature-mdlo.prl +180 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/warm-up-time.prl +207 -0
- package/oiml-r60/execution/forms/shared/headers.prl +255 -0
- package/oiml-r60/execution/subforms/load-test-row.prl +55 -0
- package/oiml-r60/execution/subforms/test-procedures.prl +33 -0
- package/oiml-r60/layers.prl +46 -0
- package/oiml-r60/model/attributes.prl +642 -0
- package/oiml-r60/model/behaviors.prl +165 -0
- package/oiml-r60/model/capabilities.prl +57 -0
- package/oiml-r60/model/characteristics.prl +27 -0
- package/oiml-r60/model/conditions.prl +50 -0
- package/oiml-r60/model/instrument.prl +96 -0
- package/oiml-r60/model/processes.prl +54 -0
- package/oiml-r60/model/state.prl +22 -0
- package/oiml-r60/model/twin.prl +16 -0
- package/oiml-r60/package.primmel +16 -0
- package/oiml-r60/payload/annexes-part4.yaml +122 -0
- package/oiml-r60/payload/application.yaml +83 -0
- package/oiml-r60/payload/conditions-common-test.yaml +121 -0
- package/oiml-r60/payload/formulas-variants.yaml +55 -0
- package/oiml-r60/payload/promises.yaml +224 -0
- package/oiml-r60/payload/sample-data.yaml +5025 -0
- package/oiml-r60/payload/symbols-formula-notes.yaml +21 -0
- package/oiml-r60/references.prl +549 -0
- package/oiml-r60/sources-prd/coverage.json +740 -0
- package/oiml-r60/sources-prd/r60-1.sentences.json +2173 -0
- package/oiml-r60/sources-prd/r60-2.sentences.json +2961 -0
- package/oiml-r60/sources-prd/r60-3.sentences.json +4212 -0
- package/oiml-r60/sources-prd/r60-a.sentences.json +3361 -0
- package/oiml-r60/specification/calculations.prl +318 -0
- package/oiml-r60/specification/conformance/class-specific.prl +1120 -0
- package/oiml-r60/specification/conformance/electronic.prl +483 -0
- package/oiml-r60/specification/conformance/examination.prl +183 -0
- package/oiml-r60/specification/conformance/metrological.prl +478 -0
- package/oiml-r60/specification/constraints.prl +58 -0
- package/oiml-r60/specification/formulas-used.prl +43 -0
- package/oiml-r60/specification/formulas.prl +20 -0
- package/oiml-r60/specification/requirements/class-specific.prl +655 -0
- package/oiml-r60/specification/requirements/classification.prl +114 -0
- package/oiml-r60/specification/requirements/electronic.prl +222 -0
- package/oiml-r60/specification/requirements/metrological.prl +381 -0
- package/oiml-r60/specification/requirements/technical.prl +146 -0
- package/oiml-r60/specification/symbols.prl +599 -0
- package/oiml-r60/specification/tables.prl +182 -0
- package/oiml-r60/specification/test-sequences.prl +72 -0
- package/oiml-r60/terminology.prl +920 -0
- package/oiml-r60/value-types.prl +46 -0
- package/oiml-r91/.primmel-allowlist.prl +3 -0
- package/oiml-r91/entities/instrument.prl +359 -0
- package/oiml-r91/entities/workflow.prl +2075 -0
- package/oiml-r91/evaluation/processes.prl +152 -0
- package/oiml-r91/evaluation/workflow.prl +48 -0
- package/oiml-r91/execution/forms/evidence-file.prl +41 -0
- package/oiml-r91/execution/forms/report-evaluation/appraisal.prl +30 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist-summary.prl +43 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist.prl +76 -0
- package/oiml-r91/execution/forms/report-evaluation/configuration-samples.prl +22 -0
- package/oiml-r91/execution/forms/report-evaluation/corrective-actions.prl +24 -0
- package/oiml-r91/execution/forms/report-evaluation/descriptions.prl +47 -0
- package/oiml-r91/execution/forms/report-evaluation/evaluation-identification.prl +219 -0
- package/oiml-r91/execution/forms/report-evaluation/test-report-summary.prl +33 -0
- package/oiml-r91/execution/forms/report-general/adjustments.prl +12 -0
- package/oiml-r91/execution/forms/report-general/alignment-aiming.prl +17 -0
- package/oiml-r91/execution/forms/report-general/checking-facility.prl +17 -0
- package/oiml-r91/execution/forms/report-general/configuration.prl +12 -0
- package/oiml-r91/execution/forms/report-general/identification.prl +216 -0
- package/oiml-r91/execution/forms/report-general/indications-controls.prl +17 -0
- package/oiml-r91/execution/forms/report-general/sealing.prl +21 -0
- package/oiml-r91/execution/forms/report-general/software-description.prl +26 -0
- package/oiml-r91/execution/forms/report-general/summary-environmental.prl +35 -0
- package/oiml-r91/execution/forms/report-general/summary-tests.prl +35 -0
- package/oiml-r91/execution/forms/report-general/test-equipment.prl +36 -0
- package/oiml-r91/execution/forms/report-general/test-interface.prl +16 -0
- package/oiml-r91/execution/forms/report-tests/01-01-field-test.prl +84 -0
- package/oiml-r91/execution/forms/report-tests/01-02-statistical-analysis.prl +76 -0
- package/oiml-r91/execution/forms/report-tests/01-03-image-evidence.prl +30 -0
- package/oiml-r91/execution/forms/report-tests/02-01-dynamic-performance.prl +92 -0
- package/oiml-r91/execution/forms/report-tests/02-02-speed-linearity.prl +23 -0
- package/oiml-r91/execution/forms/report-tests/02-03-distance-linearity.prl +67 -0
- package/oiml-r91/execution/forms/report-tests/02-04-angle-linearity.prl +59 -0
- package/oiml-r91/execution/forms/report-tests/03-01-dry-heat-operating.prl +38 -0
- package/oiml-r91/execution/forms/report-tests/03-02-dry-heat-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-03-cold-operating.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-04-cold-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-05-damp-heat-cyclic.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-06-water.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-07-sand-and-dust.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-08-salt-mist.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-09-vibration-random.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-10-mechanical-shock.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-11-dc-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-12-ripple-on-dc-mains.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-13-ac-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-14-ac-mains-frequency-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-15-dc-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-16-ac-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-17-ac-mains-frequency-harmonics.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-18-vlf-lf-disturbances.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-19-bursts-ac-dc-mains.prl +44 -0
- package/oiml-r91/execution/forms/report-tests/03-20-surges-ac-dc-mains.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-21-bursts-signal-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-22-surges-signal-lines.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-23-ac-mains-magnetic-field.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-24-conducted-rf-common-mode.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-25-rf-electromagnetic-fields.prl +49 -0
- package/oiml-r91/execution/forms/report-tests/03-26-electrostatic-discharges.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-27-internal-battery-low-voltage.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-28-road-vehicle-battery.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-29-transient-supply-lines.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-30-transient-other-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-31-battery-cranking.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-32-load-dump.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-33-acceleration.prl +66 -0
- package/oiml-r91/execution/forms/report-tests/03-34-further-influence.prl +60 -0
- package/oiml-r91/execution/forms/report-tests/03-35-installation-alignment.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/04-01-doppler-radar.prl +43 -0
- package/oiml-r91/execution/forms/report-tests/04-02-range-finding.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/04-03-average-speed.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-04-fixed-distance.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/04-05-image-based.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-06-across-road.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/05-01-moving-field-test.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/05-02-ego-field-test.prl +57 -0
- package/oiml-r91/execution/forms/report-tests/05-03-moving-traffic-simulation.prl +31 -0
- package/oiml-r91/execution/forms/report-tests/06-01-software-general.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-02-software-protection.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-03-software-hardware-support.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/06-04-software-separation.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-05-software-maintenance.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/07-general-remarks.prl +11 -0
- package/oiml-r91/execution/forms/shared/header-a.prl +63 -0
- package/oiml-r91/execution/subforms/software-matrix-row.prl +30 -0
- package/oiml-r91/execution/subforms/speed-measurement-row.prl +38 -0
- package/oiml-r91/layers.prl +46 -0
- package/oiml-r91/model/artifacts.prl +29 -0
- package/oiml-r91/model/attributes.prl +698 -0
- package/oiml-r91/model/behaviors.prl +142 -0
- package/oiml-r91/model/capabilities.prl +88 -0
- package/oiml-r91/model/characteristics.prl +27 -0
- package/oiml-r91/model/conditions.prl +37 -0
- package/oiml-r91/model/instrument.prl +147 -0
- package/oiml-r91/model/state.prl +22 -0
- package/oiml-r91/model/twin.prl +17 -0
- package/oiml-r91/package.primmel +14 -0
- package/oiml-r91/payload/application.yaml +201 -0
- package/oiml-r91/payload/conditions-common-test.yaml +19 -0
- package/oiml-r91/payload/promises.yaml +142 -0
- package/oiml-r91/payload/sample-data.yaml +464 -0
- package/oiml-r91/references.prl +72 -0
- package/oiml-r91/sources-prd/coverage.json +106 -0
- package/oiml-r91/sources-prd/r91-1.sentences.json +4696 -0
- package/oiml-r91/sources-prd/r91-2.sentences.json +2067 -0
- package/oiml-r91/sources-prd/r91-3.sentences.json +5210 -0
- package/oiml-r91/sources-prd/r91-4.sentences.json +474 -0
- package/oiml-r91/specification/calculations.prl +26 -0
- package/oiml-r91/specification/conformance/influence-disturbance.prl +1792 -0
- package/oiml-r91/specification/conformance/metrological.prl +906 -0
- package/oiml-r91/specification/formulas.prl +10 -0
- package/oiml-r91/specification/requirements/class-specific.prl +308 -0
- package/oiml-r91/specification/requirements/metrological.prl +176 -0
- package/oiml-r91/specification/requirements/technical.prl +173 -0
- package/oiml-r91/specification/symbols.prl +323 -0
- package/oiml-r91/specification/tables.prl +136 -0
- package/oiml-r91/terminology.prl +535 -0
- package/oiml-r91/value-types.prl +26 -0
- package/oiml-smart-core/entities/comments.prl +101 -0
- package/oiml-smart-core/entities/cs-operations.prl +492 -0
- package/oiml-smart-core/entities/cs-participants.prl +470 -0
- package/oiml-smart-core/entities/engagement.prl +323 -0
- package/oiml-smart-core/entities/instrument.prl +359 -0
- package/oiml-smart-core/entities/module-b.prl +214 -0
- package/oiml-smart-core/entities/operated-schemes.prl +141 -0
- package/oiml-smart-core/entities/parties.prl +429 -0
- package/oiml-smart-core/entities/payment-records.prl +92 -0
- package/oiml-smart-core/entities/verification.prl +187 -0
- package/oiml-smart-core/entities/workflow.prl +2075 -0
- package/oiml-smart-core/evaluation/roles.prl +65 -0
- package/oiml-smart-core/evaluation/state-machines.prl +1157 -0
- package/oiml-smart-core/package.primmel +10 -0
- package/oiml-smart-core/specification/competence-kinds.prl +64 -0
- package/oiml-smart-core/specification/constraints.prl +40 -0
- package/oiml-smart-core/specification/invariants.prl +90 -0
- package/oiml-smart-core/specification/predicates.prl +116 -0
- package/oiml-smart-module-emc-disturbances/package.primmel +10 -0
- package/oiml-smart-module-env-iec60068/package.primmel +10 -0
- package/oiml-smart-module-examination-docs/package.primmel +10 -0
- package/oiml-smart-module-reference-materials/package.primmel +10 -0
- package/oiml-smart-module-report-headers/package.primmel +10 -0
- package/oiml-smart-module-software-d31/package.primmel +10 -0
- package/oiml-smart-module-specimen-governance/entities/test-execution.prl +228 -0
- package/oiml-smart-module-specimen-governance/package.primmel +10 -0
- package/oiml-twin-cert/documents/tw-1/document.yaml +454 -0
- package/oiml-twin-cert/evaluation/roles.prl +15 -0
- package/oiml-twin-cert/execution/forms/probe-creep.prl +179 -0
- package/oiml-twin-cert/execution/forms/probe.prl +99 -0
- package/oiml-twin-cert/execution/forms/static-conformance.prl +50 -0
- package/oiml-twin-cert/model/attributes.prl +243 -0
- package/oiml-twin-cert/model/behaviors.prl +8 -0
- package/oiml-twin-cert/model/characteristics.prl +18 -0
- package/oiml-twin-cert/model/monitors.prl +16 -0
- package/oiml-twin-cert/package.primmel +16 -0
- package/oiml-twin-cert/specification/conformance/twin-fidelity.prl +176 -0
- package/oiml-twin-cert/specification/requirements/twin-fidelity.prl +137 -0
- package/oiml-twin-cert/specification/symbols.prl +36 -0
- package/oiml-twin-cert/terminology.prl +8 -0
- package/oimlsmart-primmel-packages-0.1.0.tgz +0 -0
- package/package.json +17 -0
- package/qms-ref/model/qms.prl +31 -0
- package/qms-ref/package.primmel +38 -0
- package/quarry-belt-scale/model/ops.prl +115 -0
- package/quarry-belt-scale/package.primmel +36 -0
|
@@ -0,0 +1,698 @@
|
|
|
1
|
+
attribute_definition speed_interval_min {
|
|
2
|
+
symbol "v_min_range"
|
|
3
|
+
name "Minimum of the speed measuring interval"
|
|
4
|
+
definition "Lower limit of the specified speed measuring interval (R 91-1, 6.1) — shall be ≤ 20 km/h."
|
|
5
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.1"
|
|
6
|
+
quantity_kind speed
|
|
7
|
+
unit "km/h"
|
|
8
|
+
value_type QuantityValue
|
|
9
|
+
origin design-fixed
|
|
10
|
+
scope model
|
|
11
|
+
category metrological
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
attribute_definition speed_interval_max {
|
|
15
|
+
symbol "v_max_range"
|
|
16
|
+
name "Maximum of the speed measuring interval"
|
|
17
|
+
definition "Upper limit of the specified speed measuring interval (R 91-1, 6.1) — shall be ≥ 180 km/h."
|
|
18
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.1"
|
|
19
|
+
quantity_kind speed
|
|
20
|
+
unit "km/h"
|
|
21
|
+
value_type QuantityValue
|
|
22
|
+
origin design-fixed
|
|
23
|
+
scope model
|
|
24
|
+
category metrological
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
attribute_definition distance_interval_min {
|
|
28
|
+
symbol "d_min_range"
|
|
29
|
+
name "Minimum distance to vehicle"
|
|
30
|
+
definition "Minimum distance to the measured vehicle for certain vehicle identification (R 91-1, 6.17.b)."
|
|
31
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.17"
|
|
32
|
+
quantity_kind length
|
|
33
|
+
unit "m"
|
|
34
|
+
value_type QuantityValue
|
|
35
|
+
origin design-fixed
|
|
36
|
+
scope model
|
|
37
|
+
category metrological
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_definition distance_interval_max {
|
|
41
|
+
symbol "d_max_range"
|
|
42
|
+
name "Maximum distance to vehicle"
|
|
43
|
+
definition "Maximum distance to the measured vehicle (R 91-1, 6.17.b). For range-finding: ≤ the distance where beam width exceeds 1.5 m (6.11)."
|
|
44
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.17"
|
|
45
|
+
quantity_kind length
|
|
46
|
+
unit "m"
|
|
47
|
+
value_type QuantityValue
|
|
48
|
+
origin design-fixed
|
|
49
|
+
scope model
|
|
50
|
+
category metrological
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
attribute_definition angle_interval_min {
|
|
54
|
+
symbol "alpha_min"
|
|
55
|
+
name "Minimum measurement angle"
|
|
56
|
+
definition "Minimum angle to the vehicle for certain identification (R 91-1, 6.17.b)."
|
|
57
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.17"
|
|
58
|
+
quantity_kind angle
|
|
59
|
+
unit "deg"
|
|
60
|
+
value_type QuantityValue
|
|
61
|
+
origin design-fixed
|
|
62
|
+
scope model
|
|
63
|
+
category metrological
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
attribute_definition angle_interval_max {
|
|
67
|
+
symbol "alpha_max"
|
|
68
|
+
name "Maximum measurement angle"
|
|
69
|
+
definition "Maximum angle to the vehicle for certain identification (R 91-1, 6.17.b)."
|
|
70
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.17"
|
|
71
|
+
quantity_kind angle
|
|
72
|
+
unit "deg"
|
|
73
|
+
value_type QuantityValue
|
|
74
|
+
origin design-fixed
|
|
75
|
+
scope model
|
|
76
|
+
category metrological
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
attribute_definition max_simultaneous_vehicles {
|
|
80
|
+
symbol "N_veh"
|
|
81
|
+
name "Maximum simultaneous vehicles"
|
|
82
|
+
definition "Maximum number of vehicles in simultaneous measurement (R 91-1, 6.17.b)."
|
|
83
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.17"
|
|
84
|
+
quantity_kind count
|
|
85
|
+
value_type QuantityValue
|
|
86
|
+
origin design-fixed
|
|
87
|
+
scope model
|
|
88
|
+
category metrological
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
attribute_definition radar_frequency_band {
|
|
92
|
+
symbol "f_band"
|
|
93
|
+
name "Radar frequency band"
|
|
94
|
+
definition "Specified frequency band of the emitted microwave radiation (R 91-1, 6.10)."
|
|
95
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
96
|
+
quantity_kind frequency
|
|
97
|
+
unit "GHz"
|
|
98
|
+
value_type QuantityValue
|
|
99
|
+
origin design-fixed
|
|
100
|
+
scope family
|
|
101
|
+
category metrological
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
attribute_definition radar_power {
|
|
105
|
+
symbol "P_radar"
|
|
106
|
+
name "Emitted microwave power"
|
|
107
|
+
definition "Power of the emitted microwave radiation (R 91-1, 6.10)."
|
|
108
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
109
|
+
quantity_kind power
|
|
110
|
+
unit "mW"
|
|
111
|
+
value_type QuantityValue
|
|
112
|
+
origin design-fixed
|
|
113
|
+
scope family
|
|
114
|
+
category metrological
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
attribute_definition radar_frequency_drift {
|
|
118
|
+
symbol "df_2y"
|
|
119
|
+
name "Frequency drift over 2 years"
|
|
120
|
+
definition "Maximum drift of the frequency peaks over 2 years (R 91-1, 6.10) — shall not exceed ±0.2 %."
|
|
121
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
122
|
+
quantity_kind dimensionless
|
|
123
|
+
unit "%"
|
|
124
|
+
value_type QuantityValue
|
|
125
|
+
origin design-fixed
|
|
126
|
+
scope family
|
|
127
|
+
category metrological
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
attribute_definition beam_width_h {
|
|
131
|
+
symbol "bw_h"
|
|
132
|
+
name "Horizontal beam width"
|
|
133
|
+
definition "Horizontal width of the measurement beam (R 91-1, 6.10/6.11) — within ±10 % of rated value."
|
|
134
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
135
|
+
quantity_kind angle
|
|
136
|
+
unit "deg"
|
|
137
|
+
value_type QuantityValue
|
|
138
|
+
origin design-fixed
|
|
139
|
+
scope family
|
|
140
|
+
category metrological
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
attribute_definition beam_width_v {
|
|
144
|
+
symbol "bw_v"
|
|
145
|
+
name "Vertical beam width"
|
|
146
|
+
definition "Vertical width of the measurement beam (R 91-1, 6.10/6.11)."
|
|
147
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
148
|
+
quantity_kind angle
|
|
149
|
+
unit "deg"
|
|
150
|
+
value_type QuantityValue
|
|
151
|
+
origin design-fixed
|
|
152
|
+
scope family
|
|
153
|
+
category metrological
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
attribute_definition side_lobe_level {
|
|
157
|
+
symbol "L_side"
|
|
158
|
+
name "Side lobe level"
|
|
159
|
+
definition "Power of a secondary microwave beam relative to the main beam (R 91-1, 6.10) — shall not exceed −20 dB and not be used for measurement."
|
|
160
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
161
|
+
quantity_kind dimensionless
|
|
162
|
+
unit "dB"
|
|
163
|
+
value_type QuantityValue
|
|
164
|
+
origin design-fixed
|
|
165
|
+
scope family
|
|
166
|
+
category metrological
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
attribute_definition operating_wavelength {
|
|
170
|
+
symbol "lambda"
|
|
171
|
+
name "Operating wavelength"
|
|
172
|
+
definition "Operating wavelength of a range-finding device (R 91-1, 6.11)."
|
|
173
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.11"
|
|
174
|
+
quantity_kind length
|
|
175
|
+
unit "nm"
|
|
176
|
+
value_type QuantityValue
|
|
177
|
+
origin design-fixed
|
|
178
|
+
scope family
|
|
179
|
+
category metrological
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
attribute_definition pulse_characteristic {
|
|
183
|
+
symbol "pulse_char"
|
|
184
|
+
name "Pulse time characteristic"
|
|
185
|
+
definition "Fixed pulse repetition rate, pulse time intervals, modulation or sweep frequencies used for stability testing (R 91-1, 6.11)."
|
|
186
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.11"
|
|
187
|
+
value_type string
|
|
188
|
+
origin design-fixed
|
|
189
|
+
scope family
|
|
190
|
+
category metrological
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
attribute_definition viewfinder_magnification {
|
|
194
|
+
symbol "M_vf"
|
|
195
|
+
name "Viewfinder optical magnification"
|
|
196
|
+
definition "Optical magnification of the viewfinder (R 91-1, 6.11) — at least 2× mandatory for distances over 600 m."
|
|
197
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.11"
|
|
198
|
+
quantity_kind dimensionless
|
|
199
|
+
unit "x"
|
|
200
|
+
value_type QuantityValue
|
|
201
|
+
origin design-fixed
|
|
202
|
+
scope model
|
|
203
|
+
category metrological
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
attribute_definition detection_point_distance_min {
|
|
207
|
+
symbol "dp_min"
|
|
208
|
+
name "Minimum detection point distance"
|
|
209
|
+
definition "Minimum distance between detection points (R 91-1, 6.12), MPE ±0.5 % including drift."
|
|
210
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.12"
|
|
211
|
+
quantity_kind length
|
|
212
|
+
unit "m"
|
|
213
|
+
value_type QuantityValue
|
|
214
|
+
origin design-fixed
|
|
215
|
+
scope model
|
|
216
|
+
category metrological
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
attribute_definition detection_point_distance_max {
|
|
220
|
+
symbol "dp_max"
|
|
221
|
+
name "Maximum detection point distance"
|
|
222
|
+
definition "Maximum distance between detection points (R 91-1, 6.12)."
|
|
223
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.12"
|
|
224
|
+
quantity_kind length
|
|
225
|
+
unit "m"
|
|
226
|
+
value_type QuantityValue
|
|
227
|
+
origin design-fixed
|
|
228
|
+
scope model
|
|
229
|
+
category metrological
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
attribute_definition section_distance_min {
|
|
233
|
+
symbol "s_min"
|
|
234
|
+
name "Minimum section distance (average speed)"
|
|
235
|
+
definition "Minimum section distance for average speed meters; detection field size ≤ 0.5 % of it (R 91-1, 6.13)."
|
|
236
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.13"
|
|
237
|
+
quantity_kind length
|
|
238
|
+
unit "m"
|
|
239
|
+
value_type QuantityValue
|
|
240
|
+
origin design-fixed
|
|
241
|
+
scope model
|
|
242
|
+
category metrological
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
attribute_definition detection_field_size {
|
|
246
|
+
symbol "df_size"
|
|
247
|
+
name "Detection field size"
|
|
248
|
+
definition "Size of the detection field of an average speed meter — shall not exceed 0.5 % of the minimum section distance (R 91-1, 6.13); maximum size determined even at varying speeds (R 91-2, 7.3.c)."
|
|
249
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.13"
|
|
250
|
+
quantity_kind length
|
|
251
|
+
unit "m"
|
|
252
|
+
value_type QuantityValue
|
|
253
|
+
origin design-fixed
|
|
254
|
+
scope model
|
|
255
|
+
category metrological
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
attribute_definition alignment_azimuth_interval {
|
|
259
|
+
symbol "az_interval"
|
|
260
|
+
name "Azimuth alignment interval"
|
|
261
|
+
definition "Interval of allowed azimuth alignment values (R 91-1, 6.8); misalignment error ≤ ±0.5 %."
|
|
262
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.8"
|
|
263
|
+
value_type QuantityValue
|
|
264
|
+
origin declared
|
|
265
|
+
scope model
|
|
266
|
+
category metrological
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
attribute_definition alignment_elevation_interval {
|
|
270
|
+
symbol "el_interval"
|
|
271
|
+
name "Elevation alignment interval"
|
|
272
|
+
definition "Interval of allowed elevation alignment values (R 91-1, 6.8)."
|
|
273
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.8"
|
|
274
|
+
value_type QuantityValue
|
|
275
|
+
origin declared
|
|
276
|
+
scope model
|
|
277
|
+
category metrological
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
attribute_definition alignment_side_distance_interval {
|
|
281
|
+
symbol "sd_interval"
|
|
282
|
+
name "Side distance alignment interval"
|
|
283
|
+
definition "Interval of allowed side-distance alignment values (R 91-1, 6.8)."
|
|
284
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.8"
|
|
285
|
+
value_type QuantityValue
|
|
286
|
+
origin declared
|
|
287
|
+
scope model
|
|
288
|
+
category metrological
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
attribute_definition alignment_height_interval {
|
|
292
|
+
symbol "h_interval"
|
|
293
|
+
name "Height alignment interval"
|
|
294
|
+
definition "Interval of allowed mounting-height alignment values (R 91-1, 6.8)."
|
|
295
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.8"
|
|
296
|
+
value_type QuantityValue
|
|
297
|
+
origin declared
|
|
298
|
+
scope model
|
|
299
|
+
category metrological
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
attribute_definition operating_temp_min {
|
|
303
|
+
symbol "T_min"
|
|
304
|
+
name "Minimum operating temperature"
|
|
305
|
+
definition "Minimum rated operating temperature (R 91-1, 6.16/6.17; minimum Table 1: −10 °C)."
|
|
306
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
307
|
+
quantity_kind temperature
|
|
308
|
+
unit "degC"
|
|
309
|
+
value_type QuantityValue
|
|
310
|
+
origin design-fixed
|
|
311
|
+
scope family
|
|
312
|
+
category metrological
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
attribute_definition operating_temp_max {
|
|
316
|
+
symbol "T_max"
|
|
317
|
+
name "Maximum operating temperature"
|
|
318
|
+
definition "Maximum rated operating temperature (R 91-1, 6.16/6.17; minimum Table 1: +50 °C)."
|
|
319
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
320
|
+
quantity_kind temperature
|
|
321
|
+
unit "degC"
|
|
322
|
+
value_type QuantityValue
|
|
323
|
+
origin design-fixed
|
|
324
|
+
scope family
|
|
325
|
+
category metrological
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
attribute_definition storage_temp_min {
|
|
329
|
+
symbol "T_smin"
|
|
330
|
+
name "Minimum storage temperature"
|
|
331
|
+
definition "Minimum storage temperature the instrument withstands (R 91-1, 6.16: −25 °C)."
|
|
332
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
333
|
+
quantity_kind temperature
|
|
334
|
+
unit "degC"
|
|
335
|
+
value_type QuantityValue
|
|
336
|
+
origin design-fixed
|
|
337
|
+
scope family
|
|
338
|
+
category metrological
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
attribute_definition storage_temp_max {
|
|
342
|
+
symbol "T_smax"
|
|
343
|
+
name "Maximum storage temperature"
|
|
344
|
+
definition "Maximum storage temperature the instrument withstands (R 91-1, 6.16: +70 °C)."
|
|
345
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
346
|
+
quantity_kind temperature
|
|
347
|
+
unit "degC"
|
|
348
|
+
value_type QuantityValue
|
|
349
|
+
origin design-fixed
|
|
350
|
+
scope family
|
|
351
|
+
category metrological
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
attribute_definition supply_voltage_dc {
|
|
355
|
+
symbol "U_dc"
|
|
356
|
+
name "DC mains voltage rating"
|
|
357
|
+
definition "DC mains voltage as specified by the manufacturer (R 91-1, 6.16 Table 1 D)."
|
|
358
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
359
|
+
quantity_kind voltage
|
|
360
|
+
unit "V"
|
|
361
|
+
value_type QuantityValue
|
|
362
|
+
origin declared
|
|
363
|
+
scope family
|
|
364
|
+
category electrical
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
attribute_definition battery_voltage_interval {
|
|
368
|
+
symbol "U_batt"
|
|
369
|
+
name "Road-vehicle battery voltage interval"
|
|
370
|
+
definition "Rated interval for road-vehicle battery supply (R 91-1, 6.16 Table 1 H: 12 V → 9–16 V; 24 V → 16–32 V)."
|
|
371
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
372
|
+
quantity_kind voltage
|
|
373
|
+
unit "V"
|
|
374
|
+
value_type QuantityValue
|
|
375
|
+
origin declared
|
|
376
|
+
scope family
|
|
377
|
+
category electrical
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
attribute_definition speed_resolution {
|
|
381
|
+
symbol "r_v"
|
|
382
|
+
name "Indicated speed resolution"
|
|
383
|
+
definition "Indication resolution of the speed value (R 91-1, 6.2) — integer km/h for legal proceedings."
|
|
384
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.2"
|
|
385
|
+
quantity_kind speed
|
|
386
|
+
unit "km/h"
|
|
387
|
+
value_type QuantityValue
|
|
388
|
+
origin declared
|
|
389
|
+
scope model
|
|
390
|
+
category metrological
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
attribute_definition ego_speed_resolution {
|
|
394
|
+
symbol "r_ego"
|
|
395
|
+
name "Ego speed resolution"
|
|
396
|
+
definition "Resolution of the ego speed value in the evidence file (R 91-1, 6.15.3) — at least 0.1 km/h; 0.01 km/h on the test interface."
|
|
397
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
398
|
+
quantity_kind speed
|
|
399
|
+
unit "km/h"
|
|
400
|
+
value_type QuantityValue
|
|
401
|
+
origin declared
|
|
402
|
+
scope model
|
|
403
|
+
category metrological
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
attribute_definition software_version {
|
|
407
|
+
symbol "sw_ver"
|
|
408
|
+
name "Legally relevant software version"
|
|
409
|
+
definition "Software identification per OIML D 31 (R 91-1, 7.10.1)."
|
|
410
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-7.10.1"
|
|
411
|
+
value_type string
|
|
412
|
+
origin declared
|
|
413
|
+
scope model
|
|
414
|
+
category administrative
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
attribute_definition reference_speed {
|
|
418
|
+
symbol "v_ref"
|
|
419
|
+
name "Reference speed"
|
|
420
|
+
definition "Reference measured speed by reference speed meter or simulator (R 91-3 symbols); used unrounded with sufficient digits (R 91-1, 6.3 Note)."
|
|
421
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
422
|
+
quantity_kind speed
|
|
423
|
+
unit "km/h"
|
|
424
|
+
value_type QuantityValue
|
|
425
|
+
origin test-dependent
|
|
426
|
+
scope sample
|
|
427
|
+
category metrological
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
attribute_definition indication {
|
|
431
|
+
symbol "I"
|
|
432
|
+
name "Indication (live)"
|
|
433
|
+
definition "The live indicated speed of the speed meter — the reading served by the twin interface in km/h (the served form of the indicated speed v; the test report records the integer indicated speed per R 91-1, 6.2)."
|
|
434
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
435
|
+
quantity_kind speed
|
|
436
|
+
unit "km/h"
|
|
437
|
+
value_type QuantityValue
|
|
438
|
+
origin measured
|
|
439
|
+
scope sample
|
|
440
|
+
category metrological
|
|
441
|
+
is_dimension false
|
|
442
|
+
note "The live register the twin serves; distinct from indicated_speed (the test-dependent report value, integer per R 91-1, 6.2)."
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
attribute_definition indicated_speed {
|
|
446
|
+
symbol "v"
|
|
447
|
+
name "Indicated speed of measured vehicle"
|
|
448
|
+
definition "Integer speed value indicated by the EUT (R 91-3 symbols; R 91-1, 6.2)."
|
|
449
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
450
|
+
quantity_kind speed
|
|
451
|
+
unit "km/h"
|
|
452
|
+
value_type QuantityValue
|
|
453
|
+
origin test-dependent
|
|
454
|
+
scope sample
|
|
455
|
+
category metrological
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
attribute_definition high_res_speed {
|
|
459
|
+
symbol "v_hr"
|
|
460
|
+
name "High-resolution speed value"
|
|
461
|
+
definition "Speed value with further decimal digits, read via test interface/test mode (R 91-1, 6.2/6.3) — metrologically relevant in linearity/influence/disturbance tests."
|
|
462
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.3"
|
|
463
|
+
quantity_kind speed
|
|
464
|
+
unit "km/h"
|
|
465
|
+
value_type QuantityValue
|
|
466
|
+
origin test-dependent
|
|
467
|
+
scope sample
|
|
468
|
+
category metrological
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
attribute_definition ego_speed {
|
|
472
|
+
symbol "v_EGO"
|
|
473
|
+
name "Ego speed of speed meter"
|
|
474
|
+
definition "Speed of the patrol vehicle measured by the ego speed meter (R 91-3 symbols; R 91-1, 6.15.3)."
|
|
475
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
476
|
+
quantity_kind speed
|
|
477
|
+
unit "km/h"
|
|
478
|
+
value_type QuantityValue
|
|
479
|
+
origin test-dependent
|
|
480
|
+
scope sample
|
|
481
|
+
category metrological
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
attribute_definition reference_ego_speed {
|
|
485
|
+
symbol "v_ref_ego"
|
|
486
|
+
name "Reference ego speed"
|
|
487
|
+
definition "Reference value for the ego speed, measured by a suitable reference for the speed of the test vehicle (R 91-2, 7.7.2: U(k=2) ≤ 0.2 km/h ≤100 km/h, 0.2 % above). Relative ego limits bind to THIS reference per R 91-1, 3.5.2 NOTE."
|
|
488
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-7.7.2"
|
|
489
|
+
quantity_kind speed
|
|
490
|
+
unit "km/h"
|
|
491
|
+
value_type QuantityValue
|
|
492
|
+
origin test-dependent
|
|
493
|
+
scope sample
|
|
494
|
+
category metrological
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
attribute_definition ego_speed_error {
|
|
498
|
+
symbol "dv_ego"
|
|
499
|
+
name "Absolute ego speed error"
|
|
500
|
+
definition "Absolute difference between the ego speed indication and the reference ego speed (R 91-1, 6.15.3); the high-resolution ego value governs ego tests (R 91-1, 6.3)."
|
|
501
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
502
|
+
quantity_kind speed
|
|
503
|
+
unit "km/h"
|
|
504
|
+
value_type QuantityValue
|
|
505
|
+
origin test-dependent
|
|
506
|
+
scope sample
|
|
507
|
+
category metrological
|
|
508
|
+
derived "ocl{abs(ego_speed - reference_ego_speed)}"
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
attribute_definition speed_error {
|
|
512
|
+
symbol "dv"
|
|
513
|
+
name "Absolute speed error"
|
|
514
|
+
definition "Absolute difference between indicated and reference speed (R 91-3 symbols: Δv). The integer-indication error governs field/simulation tests (R 91-1, 6.3)."
|
|
515
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
516
|
+
quantity_kind speed
|
|
517
|
+
unit "km/h"
|
|
518
|
+
value_type QuantityValue
|
|
519
|
+
origin test-dependent
|
|
520
|
+
scope sample
|
|
521
|
+
category metrological
|
|
522
|
+
derived "ocl{abs(indicated_speed - reference_speed)}"
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
attribute_definition speed_error_high_res {
|
|
526
|
+
symbol "dv_hr"
|
|
527
|
+
name "Absolute speed error (high-resolution)"
|
|
528
|
+
definition "Absolute difference between the high-resolution EUT speed value and the reference speed. Governs linearity, influence-factor and disturbance tests (R 91-1, 6.3, 6.5)."
|
|
529
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.5"
|
|
530
|
+
quantity_kind speed
|
|
531
|
+
unit "km/h"
|
|
532
|
+
value_type QuantityValue
|
|
533
|
+
origin test-dependent
|
|
534
|
+
scope sample
|
|
535
|
+
category metrological
|
|
536
|
+
derived "ocl{abs(high_res_speed - reference_speed)}"
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
attribute_definition test_distance {
|
|
540
|
+
symbol "d"
|
|
541
|
+
name "Distance to vehicle during linearity test"
|
|
542
|
+
definition "Distance to the vehicle for linearity tests (R 91-3 symbols)."
|
|
543
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
544
|
+
quantity_kind length
|
|
545
|
+
unit "m"
|
|
546
|
+
value_type QuantityValue
|
|
547
|
+
origin test-dependent
|
|
548
|
+
scope sample
|
|
549
|
+
category metrological
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
attribute_definition test_angle {
|
|
553
|
+
symbol "alpha"
|
|
554
|
+
name "Angle to vehicle during linearity test"
|
|
555
|
+
definition "Angle to the vehicle for linearity tests (R 91-3 symbols)."
|
|
556
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
557
|
+
quantity_kind angle
|
|
558
|
+
unit "deg"
|
|
559
|
+
value_type QuantityValue
|
|
560
|
+
origin test-dependent
|
|
561
|
+
scope sample
|
|
562
|
+
category metrological
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
attribute_definition test_acceleration {
|
|
566
|
+
symbol "a_ref"
|
|
567
|
+
name "Reference acceleration (dynamic performance test)"
|
|
568
|
+
definition "Acceleration for the dynamic performance test (R 91-3 symbols)."
|
|
569
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
570
|
+
quantity_kind acceleration
|
|
571
|
+
unit "m/s2"
|
|
572
|
+
value_type QuantityValue
|
|
573
|
+
origin test-dependent
|
|
574
|
+
scope sample
|
|
575
|
+
category metrological
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
attribute_definition measurement_count {
|
|
579
|
+
symbol "N"
|
|
580
|
+
name "Number of performed measurements"
|
|
581
|
+
definition "Minimum valid measurement count per test context (R 91-2; tables.yaml measurement_counts)."
|
|
582
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-symbols"
|
|
583
|
+
quantity_kind count
|
|
584
|
+
value_type QuantityValue
|
|
585
|
+
origin test-dependent
|
|
586
|
+
scope sample
|
|
587
|
+
category metrological
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
attribute_definition time_sync_error {
|
|
591
|
+
symbol "dt_sync"
|
|
592
|
+
name "Time synchronisation error"
|
|
593
|
+
definition "Synchronisation error between detection fields (R 91-1, 6.13) — MPE 0.3 %."
|
|
594
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.13"
|
|
595
|
+
quantity_kind dimensionless
|
|
596
|
+
unit "%"
|
|
597
|
+
value_type QuantityValue
|
|
598
|
+
origin test-dependent
|
|
599
|
+
scope sample
|
|
600
|
+
category metrological
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
attribute_definition simulated_speed {
|
|
604
|
+
symbol "v_sim"
|
|
605
|
+
name "Simulated speed (self-check)"
|
|
606
|
+
definition "Simulated speed value produced by the checking facility's independent frequency source during self-check (R 91-1, 7.5)."
|
|
607
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-7.5"
|
|
608
|
+
quantity_kind speed
|
|
609
|
+
unit "km/h"
|
|
610
|
+
value_type QuantityValue
|
|
611
|
+
origin test-dependent
|
|
612
|
+
scope sample
|
|
613
|
+
category metrological
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
attribute_definition self_check_error {
|
|
617
|
+
symbol "dv_sc"
|
|
618
|
+
name "Self-check error"
|
|
619
|
+
definition "Difference between the indicated and simulated speed during self-check; limited to ±1 % of the simulated speed for all values, i.e. also below 100 km/h (R 91-1, 7.5)."
|
|
620
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-7.5"
|
|
621
|
+
quantity_kind speed
|
|
622
|
+
unit "km/h"
|
|
623
|
+
value_type QuantityValue
|
|
624
|
+
origin test-dependent
|
|
625
|
+
scope sample
|
|
626
|
+
category metrological
|
|
627
|
+
derived "ocl{indicated_speed - simulated_speed}"
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
attribute_definition mpe_stationary {
|
|
631
|
+
symbol "MPE_stat"
|
|
632
|
+
name "MPE for stationary measurements"
|
|
633
|
+
definition "±3 km/h ≤100 km/h, ±3 % above (R 91-1, 6.4) — table mpe_stationary."
|
|
634
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.4"
|
|
635
|
+
quantity_kind speed
|
|
636
|
+
unit "km/h"
|
|
637
|
+
value_type QuantityValue
|
|
638
|
+
origin design-fixed
|
|
639
|
+
scope group
|
|
640
|
+
category metrological
|
|
641
|
+
derived "ocl{lookupMPE(reference_speed, 'stationary', 1.0)}"
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
attribute_definition mpe_moving {
|
|
645
|
+
symbol "MPE_mov"
|
|
646
|
+
name "MPE for moving measurements (class-dependent)"
|
|
647
|
+
definition "Class A ±3, class B ±7 (km/h ≤100; % above) (R 91-1, 6.15.1) — table mpe_moving per class."
|
|
648
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.1"
|
|
649
|
+
quantity_kind speed
|
|
650
|
+
unit "km/h"
|
|
651
|
+
value_type QuantityValue
|
|
652
|
+
origin design-fixed
|
|
653
|
+
scope group
|
|
654
|
+
category metrological
|
|
655
|
+
derived "ocl{lookupMPE(reference_speed, metrological_class, 1.0)}"
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
attribute_definition mpe_ego {
|
|
659
|
+
symbol "MPE_ego"
|
|
660
|
+
name "MPE for ego speed measurements"
|
|
661
|
+
definition "±1 km/h ≤100 km/h, ±1 % above, identical for classes A and B (R 91-1, 6.15.3). The relative tier binds to the reference ego speed (R 91-1, 3.5.2 NOTE)."
|
|
662
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
663
|
+
quantity_kind speed
|
|
664
|
+
unit "km/h"
|
|
665
|
+
value_type QuantityValue
|
|
666
|
+
origin design-fixed
|
|
667
|
+
scope group
|
|
668
|
+
category metrological
|
|
669
|
+
derived "ocl{lookupMPE(reference_ego_speed, 'ego', 1.0)}"
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
attribute_definition linearity_error_limit {
|
|
673
|
+
symbol "e_lin_lim"
|
|
674
|
+
name "Linearity error limit (stationary)"
|
|
675
|
+
definition "±1 km/h ≤100 km/h, ±1 % above (R 91-1, 6.5) — high-resolution values; the relative tier binds to the reference speed (R 91-1, 3.5.2 NOTE)."
|
|
676
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.5"
|
|
677
|
+
quantity_kind speed
|
|
678
|
+
unit "km/h"
|
|
679
|
+
value_type QuantityValue
|
|
680
|
+
origin design-fixed
|
|
681
|
+
scope group
|
|
682
|
+
category metrological
|
|
683
|
+
derived "ocl{lookupMPE(reference_speed, 'linearity', 1.0)}"
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
attribute_definition fault_limit {
|
|
687
|
+
symbol "fault_lim"
|
|
688
|
+
name "Fault limit value"
|
|
689
|
+
definition "Fault limit for influence/disturbance tests (R 91-1, 6.18.1)."
|
|
690
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.18.1"
|
|
691
|
+
quantity_kind speed
|
|
692
|
+
unit "km/h"
|
|
693
|
+
value_type QuantityValue
|
|
694
|
+
origin design-fixed
|
|
695
|
+
scope group
|
|
696
|
+
category metrological
|
|
697
|
+
}
|
|
698
|
+
|