Delta

SCPI Command :

CALCulate<n>:AR:FREQuency:DELTa
class DeltaCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:AR:FREQuency:DELTa
value: float = driver.applications.k60Transient.calculate.ar.frequency.delta.get(window = repcap.Window.Default)

Defines the center of the frequency span for the analysis region. It is defined as an offset from the center frequency.

param window

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

return

frequency: Unit: HZ

set(frequency: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:AR:FREQuency:DELTa
driver.applications.k60Transient.calculate.ar.frequency.delta.set(frequency = 1.0, window = repcap.Window.Default)

Defines the center of the frequency span for the analysis region. It is defined as an offset from the center frequency.

param frequency

Unit: HZ

param window

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