Rtox

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:RTOX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:RTOX
value: int = driver.source.bb.nfc.cblock.rtox.get(commandBlock = repcap.CommandBlock.Default)

Determines the response timeout extension request value (RTOX) .

Parameters:

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

Returns:

rtox: integer Range: 1 to 59

set(rtox: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:RTOX
driver.source.bb.nfc.cblock.rtox.set(rtox = 1, commandBlock = repcap.CommandBlock.Default)

Determines the response timeout extension request value (RTOX) .

Parameters:
  • rtox – integer Range: 1 to 59

  • commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)