Auto

SCPI Command :

[SENSe]:BWIDth[:RESolution]:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: [SENSe]:BWIDth[:RESolution]:AUTO
value: bool = driver.applications.k14Xnr5G.sense.bandwidth.resolution.auto.get()

If enabled, the resolution bandwidth is selected automatically, depending on the current frequency of the sweep point, as defined in the frequency table (see ‘Using a frequency table’) . If disabled, the RBW defined by [SENSe:]BANDwidth[:RESolution] is used.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: [SENSe]:BWIDth[:RESolution]:AUTO
driver.applications.k14Xnr5G.sense.bandwidth.resolution.auto.set(state = False)

If enabled, the resolution bandwidth is selected automatically, depending on the current frequency of the sweep point, as defined in the frequency table (see ‘Using a frequency table’) . If disabled, the RBW defined by [SENSe:]BANDwidth[:RESolution] is used.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on