Pdivision

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>:X:SCALe:PDIVision
class PdivisionCls[source]

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

get(window=Window.Default, trace=Trace.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:PDIVision
value: float = driver.applications.k70Vsa.display.window.trace.x.scale.pdivision.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

This command defines the scaling of the x-axis for statistical result displays. For all other result displays, this command is only available as a query.

param window

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

param trace

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

return

pdiv: Defines the range per division (total range = 10*PDiv)

set(pdiv: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:PDIVision
driver.applications.k70Vsa.display.window.trace.x.scale.pdivision.set(pdiv = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

This command defines the scaling of the x-axis for statistical result displays. For all other result displays, this command is only available as a query.

param pdiv

Defines the range per division (total range = 10*PDiv)

param window

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

param trace

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