Resolution

SCPI Command :

CALCulate<n>:MARKer<m>:COUNt:RESolution
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:COUNt:RESolution
value: float = driver.applications.k10Xlte.calculate.marker.count.resolution.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the resolution of the frequency counter.

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

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

Returns:

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]
# CALCulate<n>:MARKer<m>:COUNt:RESolution
driver.applications.k10Xlte.calculate.marker.count.resolution.set(resolution = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the resolution of the frequency counter.

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

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

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