Minimum
SCPI Command :
[SENSe]:DDEMod:SEARch:BURSt:LENGth[:MINimum]
- class MinimumCls[source]
Minimum commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DDEMod:SEARch:BURSt:LENGth[:MINimum] value: float = driver.applications.k70Vsa.sense.ddemod.search.burst.length.minimum.get()
Defines the minimum useful length of a burst. Only those bursts will be recognized that exceed this length. The default unit is symbols. The value can also be given in seconds. Note the difference to manual operation: <Min_length>Manual= <Min_Useful_Length> + <Run-In> + <Run-Out>
- return
useful_length: numeric value Range: 10 to 32000, Unit: Sym
- set(useful_length: float) None [source]
# SCPI: [SENSe]:DDEMod:SEARch:BURSt:LENGth[:MINimum] driver.applications.k70Vsa.sense.ddemod.search.burst.length.minimum.set(useful_length = 1.0)
Defines the minimum useful length of a burst. Only those bursts will be recognized that exceed this length. The default unit is symbols. The value can also be given in seconds. Note the difference to manual operation: <Min_length>Manual= <Min_Useful_Length> + <Run-In> + <Run-Out>
- param useful_length
numeric value Range: 10 to 32000, Unit: Sym