Value

SCPI Command :

DISPlay[:WINDow<n>]:PRATe[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# DISPlay[:WINDow<n>]:PRATe[:VALue]
value: float = driver.applications.k70Vsa.display.window.prate.value.get(window = repcap.Window.Default)

Determines the number of points to be displayed per symbol if manual mode is selected (see method RsFsw.applications.k70Vsa.display.window.prate.auto.set() ) . Is not available for result displays based on the capture buffer; in this case, the displayed points per symbol are defined by the sample rate (method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() command) .

Parameters:

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

Returns:

display_pps: 1, 2, 4, 8,16 or 32 1 only the symbol time instants are displayed 2, 4, 8, 16, 32 more points are displayed than symbols

set(display_pps: float, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:PRATe[:VALue]
driver.applications.k70Vsa.display.window.prate.value.set(display_pps = 1.0, window = repcap.Window.Default)

Determines the number of points to be displayed per symbol if manual mode is selected (see method RsFsw.applications.k70Vsa.display.window.prate.auto.set() ) . Is not available for result displays based on the capture buffer; in this case, the displayed points per symbol are defined by the sample rate (method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() command) .

Parameters:
  • display_pps – 1, 2, 4, 8,16 or 32 1 only the symbol time instants are displayed 2, 4, 8, 16, 32 more points are displayed than symbols

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