This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='utf-8'?> | |
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> | |
<key attr.name="text" attr.type="string" for="node" id="d0" /> | |
<graph edgedefault="directed"> | |
<node id="1"> | |
<data key="d0">Did you know that</data> | |
</node> | |
<node id="2"> | |
<data key="d0">the</data> | |
</node> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from zeroconf import * | |
import socket | |
import time | |
import requests | |
from lxml import etree | |
""" | |
Basic steps for a Rigol DS1000Z-series scope | |
-------------------------------------------- |