Start
SCPI Command :
CALCulate<n>:EVALuation:USER<res>:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, userRange=UserRange.Default) float[source]
# CALCulate<n>:EVALuation:USER<res>:STARt value: float = driver.applications.k40PhaseNoise.calculate.evaluation.user.start.get(window = repcap.Window.Default, userRange = repcap.UserRange.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
userRange – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
offset_frequency: Unit: HZ
- set(offset_frequency: float, window=Window.Default, userRange=UserRange.Default) None[source]
# CALCulate<n>:EVALuation:USER<res>:STARt driver.applications.k40PhaseNoise.calculate.evaluation.user.start.set(offset_frequency = 1.0, window = repcap.Window.Default, userRange = repcap.UserRange.Default)
No help available
- Parameters:
offset_frequency – Unit: HZ
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
userRange – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)