HsTrain
SCPI Commands :
[SOURce<HW>]:CEMulation:HSTRain:FDOPpler
[SOURce<HW>]:CEMulation:HSTRain:KFACtor
[SOURce<HW>]:CEMulation:HSTRain:PROFile
[SOURce<HW>]:CEMulation:HSTRain:SOFFset
[SOURce<HW>]:CEMulation:HSTRain:SPEed
[SOURce<HW>]:CEMulation:HSTRain:STATe
- Commands in total: 11Subgroups: 3Direct child commands: 6
- get_fdoppler() float[source]
# [SOURce<HW>]:CEMulation:HSTRain:FDOPpler value: float = driver.source.cemulation.hsTrain.get_fdoppler()
No help available
- get_kfactor() float[source]
# [SOURce<HW>]:CEMulation:HSTRain:KFACtor value: float = driver.source.cemulation.hsTrain.get_kfactor()
No help available
- get_profile() FadingProfileB[source]
# [SOURce<HW>]:CEMulation:HSTRain:PROFile value: enums.FadingProfileB = driver.source.cemulation.hsTrain.get_profile()
No help available
- get_soffset() float[source]
# [SOURce<HW>]:CEMulation:HSTRain:SOFFset value: float = driver.source.cemulation.hsTrain.get_soffset()
No help available
- get_speed() float[source]
# [SOURce<HW>]:CEMulation:HSTRain:SPEed value: float = driver.source.cemulation.hsTrain.get_speed()
No help available
- get_state() bool[source]
# [SOURce<HW>]:CEMulation:HSTRain:STATe value: bool = driver.source.cemulation.hsTrain.get_state()
No help available
- set_kfactor(kfactor: float) None[source]
# [SOURce<HW>]:CEMulation:HSTRain:KFACtor driver.source.cemulation.hsTrain.set_kfactor(kfactor = 1.0)
No help available
- set_profile(profile: FadingProfileB) None[source]
# [SOURce<HW>]:CEMulation:HSTRain:PROFile driver.source.cemulation.hsTrain.set_profile(profile = enums.FadingProfileB.BELLindoor)
No help available
- set_soffset(start_offset: float) None[source]
# [SOURce<HW>]:CEMulation:HSTRain:SOFFset driver.source.cemulation.hsTrain.set_soffset(start_offset = 1.0)
No help available
- set_speed(speed: float) None[source]
# [SOURce<HW>]:CEMulation:HSTRain:SPEed driver.source.cemulation.hsTrain.set_speed(speed = 1.0)
No help available
- set_state(state: bool) None[source]
# [SOURce<HW>]:CEMulation:HSTRain:STATe driver.source.cemulation.hsTrain.set_state(state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
hsTrain_copy = driver.source.cemulation.hsTrain.clone()
Subgroups