Wtxm

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:WTXM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [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.

Parameters:

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

Returns:

wtxm: integer Range: 1 to 59

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

Parameters:
  • wtxm – integer Range: 1 to 59

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