Vswr

SCPI Command :

CALCulate<n>:UNCertainty:MATCh:DUT:IN[:VSWR]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:UNCertainty:MATCh:DUT:IN[:VSWR]
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.dut.inputPy.vswr.get(window = repcap.Window.Default)

Defines the VSWR at the DUT input.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

set(vswr: float, window=Window.Default) None[source]
# CALCulate<n>:UNCertainty:MATCh:DUT:IN[:VSWR]
driver.applications.k30NoiseFigure.calculate.uncertainty.match.dut.inputPy.vswr.set(vswr = 1.0, window = repcap.Window.Default)

Defines the VSWR at the DUT input.

Parameters:
  • vswr – 1..n

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)