Delta
SCPI Command :
CALCulate<n>:AR:FREQuency:DELTa
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
frequency: Unit: HZ
- set(frequency: float, window=Window.Default) None[source]
# 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.
- Parameters:
frequency – Unit: HZ
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)