Start

SCPI Command :

CALCulate<n>:EVALuation:STARt
class StartCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:EVALuation:STARt
value: float = driver.applications.k40PhaseNoise.calculate.evaluation.start.get(window = repcap.Window.Default)

Defines the start point of the residual noise integration range. Before you can use the command, you have to turn on the measurement range integration with method RsFsw.Applications.K40_PhaseNoise.Calculate.Evaluation.State.set.

param window

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

return

offset_frequency: The minimum offset is 1 Hz. The maximum offset depends on the hardware you are using. Unit: HZ

set(offset_frequency: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:EVALuation:STARt
driver.applications.k40PhaseNoise.calculate.evaluation.start.set(offset_frequency = 1.0, window = repcap.Window.Default)

Defines the start point of the residual noise integration range. Before you can use the command, you have to turn on the measurement range integration with method RsFsw.Applications.K40_PhaseNoise.Calculate.Evaluation.State.set.

param offset_frequency

The minimum offset is 1 Hz. The maximum offset depends on the hardware you are using. Unit: HZ

param window

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