Auto

SCPI Command :

DISPlay[:WINDow<n>]:PRATe:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) AutoManualMode[source]
# 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 method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() . To define a different number of points per symbol for display, use the MANual parameter and the method RsFsw.applications.k70Vsa.display.window.prate.value.set() command.

Parameters:

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

Returns:

display_pps_mode: AUTO | MANual

set(display_pps_mode: AutoManualMode, window=Window.Default) None[source]
# 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 method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() . To define a different number of points per symbol for display, use the MANual parameter and the method RsFsw.applications.k70Vsa.display.window.prate.value.set() command.

Parameters:
  • display_pps_mode – AUTO | MANual

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