Pdivision
SCPI Command :
DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:PDIVision
- class PdivisionCls[source]
Pdivision commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:PDIVision value: float = driver.applications.k60Transient.display.window.trace.y.scale.pdivision.get(window = repcap.Window.Default)
Determines the values shown for each division on the x-axis or y-axis in the specified window. One or more multiples of 10n can be selected. The R&S FSW WLAN application then selects the optimal scaling from the selected values. For details see ‘Scaling per division’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
value: No help available
- set(value: float, window=Window.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:PDIVision driver.applications.k60Transient.display.window.trace.y.scale.pdivision.set(value = 1.0, window = repcap.Window.Default)
Determines the values shown for each division on the x-axis or y-axis in the specified window. One or more multiples of 10n can be selected. The R&S FSW WLAN application then selects the optimal scaling from the selected values. For details see ‘Scaling per division’.
- param value
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)