Vswr
SCPI Command :
CALCulate<n>:UNCertainty:MATCh:PREamp[:VSWR]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.k30NoiseFigure.calculate.uncertainty.preamp.state.set().- 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: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.k30NoiseFigure.calculate.uncertainty.preamp.state.set().- Parameters:
vswr – 1..n
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)