Frequency

SCPI Command :

CALCulate<n>:UNCertainty:DATA:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:UNCertainty:DATA:FREQuency
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.data.frequency.get(window = repcap.Window.Default)

Defines the frequency for which the uncertainty should be calculated. Is available if you have turned automatic determination of the DUT characteristics off withmethod RsFsw.applications.k30NoiseFigure.calculate.uncertainty.data.frequency.set() .

Parameters:

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

Returns:

frequency: Frequency of the DUT. Unit: HZ

set(frequency: float, window=Window.Default) None[source]
# CALCulate<n>:UNCertainty:DATA:FREQuency
driver.applications.k30NoiseFigure.calculate.uncertainty.data.frequency.set(frequency = 1.0, window = repcap.Window.Default)

Defines the frequency for which the uncertainty should be calculated. Is available if you have turned automatic determination of the DUT characteristics off withmethod RsFsw.applications.k30NoiseFigure.calculate.uncertainty.data.frequency.set() .

Parameters:
  • frequency – Frequency of the DUT. Unit: HZ

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