Repetitions

SCPI Command :

[SOURce<HW>]:BB:GSM:FRAMe<DI>:REPetitions
class RepetitionsCls[source]

Repetitions commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameIx=FrameIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GSM:FRAMe<DI>:REPetitions
value: int = driver.source.bb.gsm.frame.repetitions.get(frameIx = repcap.FrameIx.Default)

The command defines the number of repetitions for the selected frame in GSM mode Frame (Double) .

param frameIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

return

repetitions: integer Range: 1 to 500000

set(repetitions: int, frameIx=FrameIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:FRAMe<DI>:REPetitions
driver.source.bb.gsm.frame.repetitions.set(repetitions = 1, frameIx = repcap.FrameIx.Default)

The command defines the number of repetitions for the selected frame in GSM mode Frame (Double) .

param repetitions

integer Range: 1 to 500000

param frameIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)