wdWrapper({
config: {skin: 'default', marks: true,
hbounds: [9,15.5],
hscale:1 ,
fit2pane: true,
customStyle: '.tlStartAlign{text-anchor:start}.tlEndAlign{text-anchor:end}'
},
head: {tick: 0},
edge: ['a-h','b-g','c-f','d-e'],
signal: [
{},
{name: 'CLK', wave: '101010101010100',
node: '.....a....b...c..d', phase: 0.2},
{name: 'CLKNP', wave: '01010101010100', phase: 0},
{name: 'CLK', wave: '1101010101010100', phase: -0.5},
{name: 'CLKNP', wave: '001010101010100', phase: 0},
{name: 'DTA', wave: '8.2.3.4.5.6.7.8.2.3',
node: '..e.......f....g.h', phase: 0},
{name: 'DTAP', wave: '8.2.3.4.5.6.7....', phase: 2.15},
{name: 'DTAM', wave: '8.2.3.4.5.6.7....8', phase: -1},
{name: 'pwTest', wave: ['pw', {d: 'M 0 0 2 1 3 0 5 1 5.5 0 7 1 ' +
'9.5 0 10 0 10 0.5 11 0.5 11 1 12 1 12 0.5 14 0.5 14 0 15 0 15 .5 ' +
'15.5 .5 15.5 1 16.5 1 16.5 0.5 18 0.5 18 1 19 1'}]},
{name: 'tlTest', wave: [
'tl', {coords: [1,0], text: 'tl @ 1,0'},
'tl', {coords: [3.5,0.75], text: 'tl @ 3.5,0.75'},
'tl', {coords: [6.75,0], text: 'tl @ 6.75,0 intruding into hbounds territory'},
'tl', {coords: [9,1], text: 'tl start aligned @ 9,1', tlClass: 'tlStartAlign'},
'tl', {coords: [10,0], text: 'tl @ 10,0'},
'tl', {coords: [12.5,0.5], text: 'tl @ hbounds midpoint', avoidBBox: true },
'tl', {coords: [16,0], text: 'tl end aligned @ 16,0',tlClass: 'tlEndAlign'},
'tl', {coords: [16.5,1], text: 'tl @ 16.5,1'},
] },
{},
]
}
,2)