Wt

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:WT
class WtCls[source]

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

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

param commandBlock

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

return

wt: integer Range: 0 to 8

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

param wt

integer Range: 0 to 8

param commandBlock

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