Frequency

SCPI Command :

CALCulate<n>:UNCertainty:DATA:FREQuency
class FrequencyCls[source]

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

get(window=Window.Default) float[source]
# SCPI: 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.K30_NoiseFigure.Calculate.Uncertainty.Data. Frequency.set .

param window

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

return

frequency: Frequency of the DUT. Unit: HZ

set(frequency: float, window=Window.Default) None[source]
# SCPI: 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.K30_NoiseFigure.Calculate.Uncertainty.Data. Frequency.set .

param frequency

Frequency of the DUT. Unit: HZ

param window

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