DwSelection

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DWSelection
class DwSelectionCls[source]

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

get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcDeselWtx[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DWSelection
value: enums.NfcDeselWtx = driver.source.bb.nfc.cblock.dwSelection.get(commandBlock = repcap.CommandBlock.Default)

Selects DESELECT or WTX.

param commandBlock

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

return

dw_selection: DSEL| WTX

set(dw_selection: RsSmbv.enums.NfcDeselWtx, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DWSelection
driver.source.bb.nfc.cblock.dwSelection.set(dw_selection = enums.NfcDeselWtx.DSEL, commandBlock = repcap.CommandBlock.Default)

Selects DESELECT or WTX.

param dw_selection

DSEL| WTX

param commandBlock

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