Scope

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:SCOPe
class ScopeCls[source]

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

get(window=Window.Default, trace=Trace.Default) RsFsw.enums.ScaleScope[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:SCOPe
value: enums.ScaleScope = driver.applications.k40PhaseNoise.display.window.trace.x.scale.scope.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Selects the way the application scales the horizontal axis.

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

scope: MRANge | HDECades | MANual MRANge Shows the complete measurement range. HDECade Shows a particular half decade only. You can select a particular half decade with . MANual Shows a custom part of the measurement range. You can select the start and stop offsets with .

set(scope: RsFsw.enums.ScaleScope, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:SCOPe
driver.applications.k40PhaseNoise.display.window.trace.x.scale.scope.set(scope = enums.ScaleScope.HDECades, window = repcap.Window.Default, trace = repcap.Trace.Default)

Selects the way the application scales the horizontal axis.

param scope

MRANge | HDECades | MANual MRANge Shows the complete measurement range. HDECade Shows a particular half decade only. You can select a particular half decade with . MANual Shows a custom part of the measurement range. You can select the start and stop offsets with .

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’)