Repetition

SCPI Commands :

[SOURce<HW>]:PULM:TRAin:REPetition:POINts
[SOURce<HW>]:PULM:TRAin:REPetition
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_points() int[source]
# [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.

Returns:

points: integer Range: 0 to INT_MAX

get_value() str[source]
# [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.

Returns:

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]
# [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.

Parameters:

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