Los
SCPI Commands :
[SOURce<HW>]:CEMulation:SCM:LOS:DISTance
[SOURce<HW>]:CEMulation:SCM:LOS:KFACtor
[SOURce<HW>]:CEMulation:SCM:LOS:STATe
- class LosCls[source]
Los commands group definition. 12 total commands, 3 Subgroups, 3 group commands
- get_distance() float [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:DISTance value: float = driver.source.cemulation.scm.los.get_distance()
No command help available
- return:
los_3_ddistance: No help available
- get_kfactor() float [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:KFACtor value: float = driver.source.cemulation.scm.los.get_kfactor()
No command help available
- return:
factor: No help available
- get_state() bool [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:STATe value: bool = driver.source.cemulation.scm.los.get_state()
No command help available
- return:
state: No help available
- set_distance(los_3_ddistance: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:DISTance driver.source.cemulation.scm.los.set_distance(los_3_ddistance = 1.0)
No command help available
- param los_3_ddistance:
No help available
- set_kfactor(factor: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:KFACtor driver.source.cemulation.scm.los.set_kfactor(factor = 1.0)
No command help available
- param factor:
No help available
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:LOS:STATe driver.source.cemulation.scm.los.set_state(state = False)
No command help available
- param state:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.cemulation.scm.los.clone()
Subgroups