Hopping

SCPI Commands :

[SOURce<HW>]:PULM:TRAin:HOPPing:CATalog
[SOURce<HW>]:PULM:TRAin:HOPPing:DELete
[SOURce<HW>]:PULM:TRAin:HOPPing:SELect
class HoppingCls[source]

Hopping commands group definition. 13 total commands, 5 Subgroups, 3 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:DELete
driver.source.pulm.train.hopping.delete(filename = 'abc')

No command help available

param filename

No help available

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:CATalog
value: List[str] = driver.source.pulm.train.hopping.get_catalog()

No command help available

return

catalog: No help available

get_select() str[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:SELect
value: str = driver.source.pulm.train.hopping.get_select()

No command help available

return

filename: No help available

set_select(filename: str) None[source]
# SCPI: [SOURce<HW>]:PULM:TRAin:HOPPing:SELect
driver.source.pulm.train.hopping.set_select(filename = 'abc')

No command help available

param filename

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.pulm.train.hopping.clone()

Subgroups