Path
SCPI Command :
[SOURce<HW>]:FSIMulator:HSTRain:PATH:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:FSIMulator:HSTRain:PATH:STATe value: bool = driver.source.fsimulator.hsTrain.path.get_state()
Activates/deactivates the selected path for the High Speed Train fading configurations.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:HSTRain:PATH:STATe driver.source.fsimulator.hsTrain.path.set_state(state = False)
Activates/deactivates the selected path for the High Speed Train fading configurations.
- Parameters:
state – 1 | ON | 0| OFF