128 SSG5000A Programming Guide
8.
Input the IP address and run the program.
4.2
Socket Examples
Python Example
Python is an interpreted programming language that lets you work quickly and is very portable.
Python has a low-level networking module that provides access to the socket interface. Python
scripts can be written for sockets to do a variety of test and measurements tasks.
Environment:
Win10 64bit system, Python v3.6.5
The functions of this example:
Opens a socket, sends a query, and closes the socket. It does this
loop 10 times.
Below is
the
code of the script:
#!/usr/bin/env python
#-*- coding:utf-8 –*-
Содержание SSG5080A Series
Страница 1: ...SSG5080A Series Signal Generator Programming Guide PG0805A E01A ...
Страница 2: ......
Страница 124: ...122 SSG5000A Programming Guide ...
Страница 136: ......