Rtox

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:RTOX
class RtoxCls[source]

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

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [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) .

param commandBlock

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

return

rtox: integer Range: 1 to 59

set(rtox: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [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) .

param rtox

integer Range: 1 to 59

param commandBlock

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