Value

SCPI Command :

DISPlay[:WINDow<n>]:PRATe[:VALue]
class ValueCls[source]

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

get(window=Window.Default) float[source]
# SCPI: 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. K70_Vsa.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 ([SENSe:]DDEMod:PRATe command) .

param window

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

return

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]
# SCPI: 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. K70_Vsa.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 ([SENSe:]DDEMod:PRATe command) .

param 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

param window

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