Moving

SCPI Command :

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

No help available

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

No help available

Cloning the Group

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

Subgroups