Moving

SCPI Command :

[SOURce<HW>]:CEMulation: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>]:CEMulation:MDELay:ALL:MOVing:VPERiod
value: float = driver.source.cemulation.mdelay.all.moving.get_vperiod()

No command help available

return:

vperiod: No help available

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

No command help available

param vperiod:

No help available

Cloning the Group

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

Subgroups