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
class HsTrainCls[source]

HsTrain commands group definition. 11 total commands, 3 Subgroups, 6 group commands

get_fdoppler() float[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:FDOPpler
value: float = driver.source.cemulation.hsTrain.get_fdoppler()

No command help available

return:

fdoppler: No help available

get_kfactor() float[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:KFACtor
value: float = driver.source.cemulation.hsTrain.get_kfactor()

No command help available

return:

kfactor: No help available

get_profile() FadingProfileB[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:PROFile
value: enums.FadingProfileB = driver.source.cemulation.hsTrain.get_profile()

No command help available

return:

profile: No help available

get_soffset() float[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:SOFFset
value: float = driver.source.cemulation.hsTrain.get_soffset()

No command help available

return:

start_offset: No help available

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

No command help available

return:

speed: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:STATe
value: bool = driver.source.cemulation.hsTrain.get_state()

No command help available

return:

state: No help available

set_kfactor(kfactor: float) None[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:KFACtor
driver.source.cemulation.hsTrain.set_kfactor(kfactor = 1.0)

No command help available

param kfactor:

No help available

set_profile(profile: FadingProfileB) None[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:PROFile
driver.source.cemulation.hsTrain.set_profile(profile = enums.FadingProfileB.BELLindoor)

No command help available

param profile:

No help available

set_soffset(start_offset: float) None[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:SOFFset
driver.source.cemulation.hsTrain.set_soffset(start_offset = 1.0)

No command help available

param start_offset:

No help available

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

No command help available

param speed:

No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:CEMulation:HSTRain:STATe
driver.source.cemulation.hsTrain.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.hsTrain.clone()

Subgroups