Delay

SCPI Commands :

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

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

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

return:

mean: float Range: 0 to 40E-6

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

return:

variation: float Range: 0.3E-6 to dynamic

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

param mean:

float Range: 0 to 40E-6

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

param variation:

float Range: 0.3E-6 to dynamic