Vswr

SCPI Commands

CALCulate<Window>:UNCertainty:MATCh:SOURce: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:SOURce[:VSWR]
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.vswr.get(window = repcap.Window.Default)

This command defines the VSWR at the noise source output. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source. If a smart noise source is used, the VSWR values defined in the SNS table are used.

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:SOURce[:VSWR]
driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.vswr.set(vswr = 1.0, window = repcap.Window.Default)

This command defines the VSWR at the noise source output. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source. If a smart noise source is used, the VSWR values defined in the SNS table are used.

param vswr

1..n

param window

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