Hdecade
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:HDECade
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:HDECade value: float = driver.applications.k40PhaseNoise.display.window.trace.x.scale.hdecade.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Selects the half decade to be displayed. Before you can use the command you have to select the half decade scope for the x-axis with method
RsFsw.applications.k40PhaseNoise.display.window.trace.x.scale.scope.set().- 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’)
- Returns:
half_decade: Start offset frequency of the half decade you want to display. Note that the half decade you want to display has to be part of the current measurement range. Range: 1 Hz to 100 GHz, Unit: HZ
- set(half_decade: float, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:HDECade driver.applications.k40PhaseNoise.display.window.trace.x.scale.hdecade.set(half_decade = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
Selects the half decade to be displayed. Before you can use the command you have to select the half decade scope for the x-axis with method
RsFsw.applications.k40PhaseNoise.display.window.trace.x.scale.scope.set().- Parameters:
half_decade – Start offset frequency of the half decade you want to display. Note that the half decade you want to display has to be part of the current measurement range. Range: 1 Hz to 100 GHz, Unit: HZ
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’)