5.7
Power Splitting Programming
The power splitting function can be invoked programmatically using the following “Post” command:
URL:
http:// <_ip_>/waveshaper/loadsplitter
Post Body:
where P
n
is the power expressed as a normalized proportion of the total power.
Examples
4-way splitter with 20% of the power in Port 1, 20% in Port 2, 40% in Port 3 and 20% in Port 4:
URL:
http:// <_ip_>/waveshaper/loadsplitter
Post Body:
2-port coupler on ports 2 and 3 with equal splitting between the two coupler outputs:
URL:
http:// <_ip_>/waveshaper/loadsplitter
Post Body:
4-way equal-power splitter with an additional 3dB of attenuation programmed in:
URL:
http:// <_ip_>/waveshaper/loadsplitter
Post Body:
{
"port1"
:
P
1
,
"port2"
:
P
2
,
"port3"
:
P
3
,
"port4"
:
P
4
}
{
"port1"
:
0.2
,
"port2"
:
0.2
,
"port3"
:
0.4
,
"port4"
:
0.2
}
{
"port1"
:
0
,
"port2"
:
0.5
,
"port3"
:
0.5
,
"port4"
:
0
}
{
"port1"
:
0.125
,
"port2"
:
0.125
,
"port3"
:
0.125
,
"port4"
:
0.125
}
WaveShaper A Series User Manual
42