Resolution

SCPI Commands

SENSe:BWIDth:RESolution
class ResolutionCls[source]

Resolution commands group definition. 5 total commands, 4 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:BWIDth[:RESolution]
value: float = driver.sense.bandwidth.resolution.get()

No command help available

return

bandwidth: No help available

set(bandwidth: float) None[source]
# SCPI: [SENSe]:BWIDth[:RESolution]
driver.sense.bandwidth.resolution.set(bandwidth = 1.0)

No command help available

param bandwidth

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.bandwidth.resolution.clone()

Subgroups