Delay

SCPI Command :

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

Enters the range for the delay of the moving fading paths for moving propagation with all moving channels. The delay of the moving path slowly varies sinusoidally within this range.

Returns:

variation: float Range: 0.3E-6 to 10E-6

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

Enters the range for the delay of the moving fading paths for moving propagation with all moving channels. The delay of the moving path slowly varies sinusoidally within this range.

Parameters:

variation – float Range: 0.3E-6 to 10E-6