Wtxm

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:WTXM
class WtxmCls[source]

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

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:WTXM
value: int = driver.source.bb.nfc.cblock.wtxm.get(commandBlock = repcap.CommandBlock.Default)

Determines the WTXM. - Only used when DESELCT/WTX is set to WTX.

param commandBlock

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

return

wtxm: integer Range: 1 to 59

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

Determines the WTXM. - Only used when DESELCT/WTX is set to WTX.

param wtxm

integer Range: 1 to 59

param commandBlock

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