Delay

SCPI Commands :

[SOURce<HW>]:FSIMulator:MDELay:MOVing:DELay:MEAN
[SOURce<HW>]:FSIMulator:MDELay:MOVing:DELay:VARiation
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_mean() float[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:DELay:MEAN
value: float = driver.source.fsimulator.mdelay.moving.delay.get_mean()

Sets the mean delay of the moving fading path for moving propagation.

Returns:

mean: float Range: 0 to 40E-6

get_variation() float[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:DELay:VARiation
value: float = driver.source.fsimulator.mdelay.moving.delay.get_variation()

Sets the range for the delay of the moving fading path for moving propagation. The delay of the moving path slowly varies sinusoidally within this range.

Returns:

variation: float Range: 0.3E-6 to dynamic

set_mean(mean: float) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:DELay:MEAN
driver.source.fsimulator.mdelay.moving.delay.set_mean(mean = 1.0)

Sets the mean delay of the moving fading path for moving propagation.

Parameters:

mean – float Range: 0 to 40E-6

set_variation(variation: float) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:DELay:VARiation
driver.source.fsimulator.mdelay.moving.delay.set_variation(variation = 1.0)

Sets the range for the delay of the moving fading path for moving propagation. The delay of the moving path slowly varies sinusoidally within this range.

Parameters:

variation – float Range: 0.3E-6 to dynamic