Moving

SCPI Command :

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

Sets the speed of the delay variation of the moving fading paths for moving propagation with all moving channels. A complete cycle comprises one pass through this ‘Variation Period’.

Returns:

vperiod: float Range: 5 to 200

set_vperiod(vperiod: float) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:ALL:MOVing:VPERiod
driver.source.fsimulator.mdelay.all.moving.set_vperiod(vperiod = 1.0)

Sets the speed of the delay variation of the moving fading paths for moving propagation with all moving channels. A complete cycle comprises one pass through this ‘Variation Period’.

Parameters:

vperiod – float Range: 5 to 200

Cloning the Group

# Create a copy of the original group, that exists independently
moving_copy = driver.source.fsimulator.mdelay.all.moving.clone()

Subgroups