Resolution
SCPI Command :
[SENSe]:LIST:RANGe<ri>:BANDwidth[:RESolution]
- class ResolutionCls[source]
Resolution commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) float [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:BANDwidth[:RESolution] value: float = driver.applications.k50Spurious.sense.listPy.range.bandwidth.resolution.get(rangePy = repcap.RangePy.Default)
No command help available
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
rbw: Range: 1 Hz to 10 MHz , Unit: HZ
- set(rbw: float, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:BANDwidth[:RESolution] driver.applications.k50Spurious.sense.listPy.range.bandwidth.resolution.set(rbw = 1.0, rangePy = repcap.RangePy.Default)
No command help available
- param rbw
Range: 1 Hz to 10 MHz , Unit: HZ
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)