Distance
SCPI Commands :
[SOURce<HW>]:FSIMulator:HSTRain:DISTance:MINimum
[SOURce<HW>]:FSIMulator:HSTRain:DISTance:STARt
- class DistanceCls[source]
Distance commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_minimum() float [source]
# SCPI: [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.
- return:
minimum: float Range: 1 to 100
- get_start() int [source]
# SCPI: [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.
- return:
start: integer Range: 20 to 2000
- set_minimum(minimum: float) None [source]
# SCPI: [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.
- param minimum:
float Range: 1 to 100
- set_start(start: int) None [source]
# SCPI: [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.
- param start:
integer Range: 20 to 2000