FmVf
SCPI Command :
[SENSe]:DEMod:FMVF
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:DEMod:FMVF value: float = driver.applications.k60Transient.sense.demod.fmVf.get()
No help available
- set(percentage: float) None[source]
# [SENSe]:DEMod:FMVF driver.applications.k60Transient.sense.demod.fmVf.set(percentage = 1.0)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
fmVf_copy = driver.applications.k60Transient.sense.demod.fmVf.clone()
Subgroups