Path
SCPI Command :
[SOURce<HW>]:FSIMulator:HSTRain:PATH:STATe
- class PathCls[source]
Path commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return:
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [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.
- param state:
1| ON| 0| OFF