Demod
SCPI Command :
[SENSe]:BWIDth:DEMod
- class DemodCls[source]
Demod commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:BWIDth:DEMod value: float = driver.applications.k6Pulse.sense.bandwidth.demod.get()
No command help available
- return
bandwidth: Unit: HZ
- set(bandwidth: float) None [source]
# SCPI: [SENSe]:BWIDth:DEMod driver.applications.k6Pulse.sense.bandwidth.demod.set(bandwidth = 1.0)
No command help available
- param bandwidth
Unit: HZ
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.sense.bandwidth.demod.clone()
Subgroups