Coverage for /opt/obspy/update-docs/src/obspy/obspy/xseed/blockette/blockette034 : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*-
""" Blockette 034: Units Abbreviations Blockette.
This blockette defines the units of measurement in a standard, repeatable way. Mention each unit of measurement only once.
Sample: 0340044001M/S~Velocity in Meters Per Second~ """ Integer(3, "Unit lookup code", 3), VariableString(4, "Unit name", 1, 20, 'UNP'), VariableString(5, "Unit description", 0, 50, 'UNLPS') ] |