Repetition
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:REPetition
- class RepetitionCls[source]
Repetition commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:REPetition value: int = driver.source.bb.nfc.cblock.repetition.get(commandBlock = repcap.CommandBlock.Default)
Determines the number of times to repeat the generation of a frame.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
repeat: integer Range: 0 to 9999
- set(repeat: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:REPetition driver.source.bb.nfc.cblock.repetition.set(repeat = 1, commandBlock = repcap.CommandBlock.Default)
Determines the number of times to repeat the generation of a frame.
- param repeat
integer Range: 0 to 9999
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)