Delay

SCPI Command :

[SOURce<HW>]:FSIMulator:MDELay:ALL:MOVing:DELay:VARiation
class DelayCls[source]

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

get_variation() float[source]
# SCPI: [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.

return:

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

set_variation(variation: float) None[source]
# SCPI: [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.

param variation:

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