Scm

SCPI Commands :

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

Sets the direction of travel of the mobile station.

Returns:

dir_of_travel: float Range: 0 to 359.9

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

Sets the travel azimuth angle.

Returns:

scm_phi: float Range: 0 to 359.9

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

Sets the lognormal shadow fading standard deviation, applied as a common parameter to the paths.

Returns:

sigma: float Range: 0 to 20

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

Sets the speed of the mobile station.

Returns:

speed: float Range: 0 to 27778

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

Sets the elevation angle.

Returns:

scm_theta: float Range: 0 to 179.9

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

Sets the direction of travel of the mobile station.

Parameters:

dir_of_travel – float Range: 0 to 359.9

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

Sets the travel azimuth angle.

Parameters:

scm_phi – float Range: 0 to 359.9

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

Sets the lognormal shadow fading standard deviation, applied as a common parameter to the paths.

Parameters:

sigma – float Range: 0 to 20

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

Sets the speed of the mobile station.

Parameters:

speed – float Range: 0 to 27778

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

Sets the elevation angle.

Parameters:

scm_theta – float Range: 0 to 179.9

Cloning the Group

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

Subgroups