Repetition
SCPI Commands :
[SOURce<HW>]:PULM:TRAin:REPetition:POINts
[SOURce<HW>]:PULM:TRAin:REPetition
- class RepetitionCls[source]
Repetition commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_points() int [source]
# SCPI: [SOURce<HW>]:PULM:TRAin:REPetition:POINts value: int = driver.source.pulm.train.repetition.get_points()
Queries the number of on and off time entries and repetitions in the selected list.
- return
points: integer Range: 0 to INT_MAX
- get_value() str [source]
# SCPI: [SOURce<HW>]:PULM:TRAin:REPetition value: str = driver.source.pulm.train.repetition.get_value()
Sets the number of repetitions for each pulse on/off time value pair.
- return
repetition: Repetition#1{, Repetition#2, …} 0 = ignore value pair Set ‘Repetition = 0’ to skip a particular pulse without deleting the pulse on/off time value pair Range: 0 to 65535
- set_value(repetition: str) None [source]
# SCPI: [SOURce<HW>]:PULM:TRAin:REPetition driver.source.pulm.train.repetition.set_value(repetition = 'abc')
Sets the number of repetitions for each pulse on/off time value pair.
- param repetition
Repetition#1{, Repetition#2, …} 0 = ignore value pair Set ‘Repetition = 0’ to skip a particular pulse without deleting the pulse on/off time value pair Range: 0 to 65535