ptsctl(1) | Qualcomm Atheros Open Powerline Toolkit | ptsctl(1) |
ptsctl - PTS Module Controller
ptsctl [options]
Set attenuation level on the Qualcomm Atheros Production Test System using a local RS-232 communication port. The port settings must be configured before running this program. Settings are 9600 baud, no parity, 8 data and 1 stop bit. See datasheet http://www.weedtech.com/wtssr-m.pdf for more information.
The following example turns the Device Under Test power on and configures the line/neutral attenuator for 72dB attenuation. Line ground attenation is automatically set to 127 dB since it is not specified on the command line. Option -p is not necessary if the Device Under Test power is already on.
# ptsctl -p 1 -n 72
The next example configures the controller for 42 dB attenuation on line/neutral and 100 dB on line/ground. There is no needed to turn the Device Under Test on again because it remains on until turned off.
# ptsctl -n 42 -g 100
The next example configures the controller for 56 dB attenuation on line/ground and 127 dB on line/neutral, and turns the Device Under Test off.
# ptsctl -p off -g 56
The next example reads the atteuator setting and displays them on decimal format on stdout. The line/neutral setting appears first then the line/ground setting. In this example, line/neutral has 55 dB attenuation and line/ground has 120 dB attenuation.
# ptsctl -r
55 120
You can also set the attenuation and read it back using one command. The next example sets line/neutral attenuation to 10 db and line/ground attenuation to 50 db then reads the attenuator settings and displays them in the standard order, line/neutral then line/ground.
# ptsctl -g 50 -r -n 10
10 50
Information shown above applies to WTSSR-M Solid State Relay Module by Weeder Technologies, 90-A Beal Pkwy NW, Fort Walton Beach FL 32548 USA; Tel +44 850 863 5723.
plc(1), WTSSR-M(1), weeder(1)
Charles Maier
Nathaniel Houghton
November 2013 | open-plc-utils-0.0.3 |