Auto

SCPI Command :

DISPlay[:WINDow<n>]:PRATe:AUTO
class AutoCls[source]

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

get(window=Window.Default) RsFsw.enums.AutoManualMode[source]
# SCPI: DISPlay[:WINDow<n>]:PRATe:AUTO
value: enums.AutoManualMode = driver.applications.k70Vsa.display.window.prate.auto.get(window = repcap.Window.Default)

Defines the number of display points that are displayed per symbol automatically, i.e. according to [SENSe:]DDEMod:PRATe. To define a different number of points per symbol for display, use the MANual parameter and the method RsFsw.Applications. K70_Vsa.Display.Window.Prate.Value.set command.

param window

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

return

display_pps_mode: AUTO | MANual

set(display_pps_mode: RsFsw.enums.AutoManualMode, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:PRATe:AUTO
driver.applications.k70Vsa.display.window.prate.auto.set(display_pps_mode = enums.AutoManualMode.AUTO, window = repcap.Window.Default)

Defines the number of display points that are displayed per symbol automatically, i.e. according to [SENSe:]DDEMod:PRATe. To define a different number of points per symbol for display, use the MANual parameter and the method RsFsw.Applications. K70_Vsa.Display.Window.Prate.Value.set command.

param display_pps_mode

AUTO | MANual

param window

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