Hopping

SCPI Command :

[SOURce<HW>]:FSIMulator:BIRThdeath:HOPPing:DWELl
class HoppingCls[source]

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

get_dwell() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:HOPPing:DWELl
value: float = driver.source.fsimulator.birthDeath.hopping.get_dwell()

Sets the time until the next change in the delay of a path (birth death event) .

return

dwell: float Range: 1E-3 to 429.49672950

set_dwell(dwell: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:HOPPing:DWELl
driver.source.fsimulator.birthDeath.hopping.set_dwell(dwell = 1.0)

Sets the time until the next change in the delay of a path (birth death event) .

param dwell

float Range: 1E-3 to 429.49672950