Command/Query
:SYSTem:TOPology:DEVice {S1|S2|D1|S2S2|D1D1}
:SYSTem:TOPology:DEVice?
This command sets DUT topology.
Parameter |
Selection Option |
Description |
Sets DUT Topology |
Data Type |
Character string type (String) |
Range |
S1 - SingleEnd-1port on all ports S2 - SingleEnd-2ports on all Port 1-2, SingleEnd-1port on other ports (if available) D1 - Differencial-1port on Port 1-2, SingleEnd-1port on other ports (if available) S2S2 - SingleEnd-2p on all ports D1D1 - Differencial-1port on all ports |
Preset Value |
S1 |
{S1|S2|D1|S2S2|D1D1}<newline><^END>
Ena.WriteString ":SYST:TOP:SWIT 1", True
Ena.WriteString ":SYST:TOP:DEV S1", True
Number of Switch |
:SYST:TOP:DEV |
|
0 |
SE1P |
S1 |
0 |
SE2P |
S2 |
0 |
DIFF1P |
D1 |
1 |
SE1P |
S1 |
1 |
SE1P & SE2P |
S2 |
1 |
SE1P & DIFF1P |
D1 |
2 |
SE1P |
S1 |
2 |
SE1P & SE2P |
S2 |
2 |
SE1P & DIFF1P |
D1 |
2 |
SE2P |
S2S2 |
2 |
DIFF1P |
D1D1 |
Edit Test > Instrument Configuration > Modify > Select DUT Topology > DUT Topology
.