Distance
SCPI Commands :
[SOURce<HW>]:FSIMulator:HSTRain:DISTance:MINimum
[SOURce<HW>]:FSIMulator:HSTRain:DISTance:STARt
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_minimum() float[source]
# [SOURce<HW>]:FSIMulator:HSTRain:DISTance:MINimum value: float = driver.source.fsimulator.hsTrain.distance.get_minimum()
Sets the parameter Dmin, i.e. the distance between the BS and the railway track.
- Returns:
minimum: float Range: 1 to 100
- get_start() int[source]
# [SOURce<HW>]:FSIMulator:HSTRain:DISTance:STARt value: int = driver.source.fsimulator.hsTrain.distance.get_start()
Sets the parameter DS, i.e. the initial distance DS/2 between the train and the BS at the beginning of the simulation.
- Returns:
start: integer Range: 20 to 2000
- set_minimum(minimum: float) None[source]
# [SOURce<HW>]:FSIMulator:HSTRain:DISTance:MINimum driver.source.fsimulator.hsTrain.distance.set_minimum(minimum = 1.0)
Sets the parameter Dmin, i.e. the distance between the BS and the railway track.
- Parameters:
minimum – float Range: 1 to 100
- set_start(start: int) None[source]
# [SOURce<HW>]:FSIMulator:HSTRain:DISTance:STARt driver.source.fsimulator.hsTrain.distance.set_start(start = 1)
Sets the parameter DS, i.e. the initial distance DS/2 between the train and the BS at the beginning of the simulation.
- Parameters:
start – integer Range: 20 to 2000