Resolution

SCPI Command :

[SENSe]:BWIDth[:WINDow<n>]:RESolution
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default) float[source]
# [SENSe]:BWIDth[:WINDow<n>]:RESolution
value: float = driver.applications.k60Transient.sense.bandwidth.window.resolution.get(window = repcap.Window.Default)

Sets the bandwidth resolution.

Parameters:

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

Returns:

bandwidth_resolution: refer to specifications document Unit: Hz

set(bandwidth_resolution: float, window=Window.Default) None[source]
# [SENSe]:BWIDth[:WINDow<n>]:RESolution
driver.applications.k60Transient.sense.bandwidth.window.resolution.set(bandwidth_resolution = 1.0, window = repcap.Window.Default)

Sets the bandwidth resolution.

Parameters:
  • bandwidth_resolution – refer to specifications document Unit: Hz

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

Cloning the Group

# Create a copy of the original group, that exists independently
resolution_copy = driver.applications.k60Transient.sense.bandwidth.window.resolution.clone()

Subgroups