Scm

SCPI Commands :

[SOURce<HW>]:CEMulation:SCM:DOT
[SOURce<HW>]:CEMulation:SCM:PHI
[SOURce<HW>]:CEMulation:SCM:SIGMa
[SOURce<HW>]:CEMulation:SCM:SPEed
[SOURce<HW>]:CEMulation:SCM:THETa
Commands in total: 53
Subgroups: 5
Direct child commands: 5
get_dot() float[source]
# [SOURce<HW>]:CEMulation:SCM:DOT
value: float = driver.source.cemulation.scm.get_dot()

No help available

get_phi() float[source]
# [SOURce<HW>]:CEMulation:SCM:PHI
value: float = driver.source.cemulation.scm.get_phi()

No help available

get_sigma() float[source]
# [SOURce<HW>]:CEMulation:SCM:SIGMa
value: float = driver.source.cemulation.scm.get_sigma()

No help available

get_speed() float[source]
# [SOURce<HW>]:CEMulation:SCM:SPEed
value: float = driver.source.cemulation.scm.get_speed()

No help available

get_theta() float[source]
# [SOURce<HW>]:CEMulation:SCM:THETa
value: float = driver.source.cemulation.scm.get_theta()

No help available

set_dot(dir_of_travel: float) None[source]
# [SOURce<HW>]:CEMulation:SCM:DOT
driver.source.cemulation.scm.set_dot(dir_of_travel = 1.0)

No help available

set_phi(scm_phi: float) None[source]
# [SOURce<HW>]:CEMulation:SCM:PHI
driver.source.cemulation.scm.set_phi(scm_phi = 1.0)

No help available

set_sigma(sigma: float) None[source]
# [SOURce<HW>]:CEMulation:SCM:SIGMa
driver.source.cemulation.scm.set_sigma(sigma = 1.0)

No help available

set_speed(speed: float) None[source]
# [SOURce<HW>]:CEMulation:SCM:SPEed
driver.source.cemulation.scm.set_speed(speed = 1.0)

No help available

set_theta(scm_theta: float) None[source]
# [SOURce<HW>]:CEMulation:SCM:THETa
driver.source.cemulation.scm.set_theta(scm_theta = 1.0)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
scm_copy = driver.source.cemulation.scm.clone()

Subgroups