Repetition
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:REPetition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
repeat: integer Range: 0 to 9999
- set(repeat: int, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
repeat – integer Range: 0 to 9999
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)