Vswr

SCPI Command :

CALCulate<n>:UNCertainty:MATCh:PREamp[:VSWR]
class VswrCls[source]

Vswr commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:UNCertainty:MATCh:PREamp[:VSWR]
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.preamp.vswr.get(window = repcap.Window.Default)

Defines the VSWR at the input of the preamplifier. The command is available if you have turned on the preamplifier with method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Preamp.State.set.

param window

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

return

vswr: No help available

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

Defines the VSWR at the input of the preamplifier. The command is available if you have turned on the preamplifier with method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Preamp.State.set.

param vswr

1..n

param window

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