Auto

SCPI Command :

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

Switches the RBW between ‘Auto’ and ‘Manual’. The ‘Auto’ mode automatically selects an optimal RBW.

Parameters:

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

set(bandwidth_resolution_auto: AutoManualMode, window=Window.Default) None[source]
# [SENSe]:BWIDth[:WINDow<n>]:RESolution:AUTO
driver.applications.k60Transient.sense.bandwidth.window.resolution.auto.set(bandwidth_resolution_auto = enums.AutoManualMode.AUTO, window = repcap.Window.Default)

Switches the RBW between ‘Auto’ and ‘Manual’. The ‘Auto’ mode automatically selects an optimal RBW.

Parameters:

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