Resolution

SCPI Command :

CALCulate<n>:MARKer<m>:COUNt:RESolution
class ResolutionCls[source]

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

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:COUNt:RESolution
value: float = driver.calculate.marker.count.resolution.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the resolution of the frequency counter.

param window

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

param marker

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

return

resolution: 0.001 | 0.01 | 0.1 | 1 | 10 | 100 | 1000 | 10000 Hz Unit: HZ

set(resolution: float, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:COUNt:RESolution
driver.calculate.marker.count.resolution.set(resolution = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the resolution of the frequency counter.

param resolution

0.001 | 0.01 | 0.1 | 1 | 10 | 100 | 1000 | 10000 Hz Unit: HZ

param window

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

param marker

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