X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fjitter%2Fpd.py;fp=decoders%2Fjitter%2Fpd.py;h=5343fbf0fbc069145514b916b7deb2e1f9d32a91;hb=3f5f3a92889e2f297ee6b94362e587a2994f896b;hp=f492a9fa077c9027965a856b8809dabee2699191;hpb=07b9781940ed3c194805ff08e20ae32a90098cb5;p=libsigrokdecode.git diff --git a/decoders/jitter/pd.py b/decoders/jitter/pd.py index f492a9f..5343fbf 100644 --- a/decoders/jitter/pd.py +++ b/decoders/jitter/pd.py @@ -37,7 +37,8 @@ class Decoder(srd.Decoder): desc = 'Retrieves the timing jitter between two digital signals.' license = 'gplv2+' inputs = ['logic'] - outputs = ['jitter'] + outputs = [] + tags = ['Clock/timing', 'Util'] channels = ( {'id': 'clk', 'name': 'Clock', 'desc': 'Clock reference channel'}, {'id': 'sig', 'name': 'Resulting signal', 'desc': 'Resulting signal controlled by the clock'},