Moving
SCPI Command :
[SOURce<HW>]:FSIMulator:MDELay:ALL:MOVing:VPERiod
- class MovingCls[source]
Moving commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_vperiod() float [source]
# SCPI: [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’.
- return:
vperiod: float Range: 5 to 200
- set_vperiod(vperiod: float) None [source]
# SCPI: [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’.
- param vperiod:
float Range: 5 to 200
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.mdelay.all.moving.clone()
Subgroups