Pdivision
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:PDIVision
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# 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)
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’.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- set(pdiv: float, window=Window.Default, trace=Trace.Default) None[source]
# 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)
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’.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)