Wt

SCPI Command :

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

Sets the Waiting Time (WT) that codes the Response Waiting Time (RWT) .

Parameters:

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

Returns:

wt: integer Range: 0 to 8

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

Sets the Waiting Time (WT) that codes the Response Waiting Time (RWT) .

Parameters:
  • wt – integer Range: 0 to 8

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