Minimum

SCPI Command :

[SENSe]:DDEMod:SEARch:BURSt:GLENgth[:MINimum]
class MinimumCls[source]

Minimum commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:DDEMod:SEARch:BURSt:GLENgth[:MINimum]
value: float = driver.applications.k70Vsa.sense.ddemod.search.burst.glength.minimum.get()

Defines the minimum time between two bursts. A minimum time with decreased level must occur between two bursts. The default unit is symbol. The value can also be given in seconds.

return

min_gap_length: Range: 1 to 15000, Unit: SYM

set(min_gap_length: float) None[source]
# SCPI: [SENSe]:DDEMod:SEARch:BURSt:GLENgth[:MINimum]
driver.applications.k70Vsa.sense.ddemod.search.burst.glength.minimum.set(min_gap_length = 1.0)

Defines the minimum time between two bursts. A minimum time with decreased level must occur between two bursts. The default unit is symbol. The value can also be given in seconds.

param min_gap_length

Range: 1 to 15000, Unit: SYM