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
- class ScmCls[source]
Scm commands group definition. 53 total commands, 5 Subgroups, 5 group commands
- get_dot() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:DOT value: float = driver.source.fsimulator.scm.get_dot()
Sets the direction of travel of the mobile station.
- return
dir_of_travel: float Range: 0 to 359.9
- get_phi() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:PHI value: float = driver.source.fsimulator.scm.get_phi()
Sets the travel azimuth angle.
- return
scm_phi: float Range: 0 to 359.9
- get_sigma() float [source]
# SCPI: [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.
- return
sigma: float Range: 0 to 20
- get_speed() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:SPEed value: float = driver.source.fsimulator.scm.get_speed()
Sets the speed of the mobile station.
- return
speed: float Range: 0 to 27778
- get_theta() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:THETa value: float = driver.source.fsimulator.scm.get_theta()
Sets the elevation angle.
- return
scm_theta: float Range: 0 to 179.9
- set_dot(dir_of_travel: float) None [source]
# SCPI: [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.
- param dir_of_travel
float Range: 0 to 359.9
- set_phi(scm_phi: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:PHI driver.source.fsimulator.scm.set_phi(scm_phi = 1.0)
Sets the travel azimuth angle.
- param scm_phi
float Range: 0 to 359.9
- set_sigma(sigma: float) None [source]
# SCPI: [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.
- param sigma
float Range: 0 to 20
- set_speed(speed: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:SPEed driver.source.fsimulator.scm.set_speed(speed = 1.0)
Sets the speed of the mobile station.
- param speed
float Range: 0 to 27778
- set_theta(scm_theta: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:THETa driver.source.fsimulator.scm.set_theta(scm_theta = 1.0)
Sets the elevation angle.
- param scm_theta
float Range: 0 to 179.9
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.scm.clone()
Subgroups