Minimum

SCPI Command :

[SENSe]:DDEMod:SEARch:BURSt:LENGth[:MINimum]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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>

Returns:

useful_length: numeric value Range: 10 to 32000, Unit: Sym

set(useful_length: float) None[source]
# [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>

Parameters:

useful_length – numeric value Range: 10 to 32000, Unit: Sym