Vswr

SCPI Command :

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

Defines the VSWR at the calibration noise source output. Is available when method RsFsw.applications.k30NoiseFigure.sense.correction.enr.common.set() and method RsFsw.applications.k30NoiseFigure.calculate.uncertainty.common.set() are off. If a smart noise source is used, the VSWR values defined in the SNS table are used.

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

Defines the VSWR at the calibration noise source output. Is available when method RsFsw.applications.k30NoiseFigure.sense.correction.enr.common.set() and method RsFsw.applications.k30NoiseFigure.calculate.uncertainty.common.set() are off. If a smart noise source is used, the VSWR values defined in the SNS table are used.

Parameters:
  • vswr – 1..n

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