Hopping
SCPI Commands :
[SOURce<HW>]:PULM:TRAin:HOPPing:CATalog
[SOURce<HW>]:PULM:TRAin:HOPPing:DELete
[SOURce<HW>]:PULM:TRAin:HOPPing:SELect
- Commands in total: 13Subgroups: 5Direct child commands: 3
- delete(filename: str) None[source]
# [SOURce<HW>]:PULM:TRAin:HOPPing:DELete driver.source.pulm.train.hopping.delete(filename = 'abc')
No help available
- get_catalog() List[str][source]
# [SOURce<HW>]:PULM:TRAin:HOPPing:CATalog value: List[str] = driver.source.pulm.train.hopping.get_catalog()
No help available
- get_select() str[source]
# [SOURce<HW>]:PULM:TRAin:HOPPing:SELect value: str = driver.source.pulm.train.hopping.get_select()
No help available
- set_select(filename: str) None[source]
# [SOURce<HW>]:PULM:TRAin:HOPPing:SELect driver.source.pulm.train.hopping.set_select(filename = 'abc')
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
hopping_copy = driver.source.pulm.train.hopping.clone()
Subgroups