Btype

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:BTYPe
class BtypeCls[source]

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

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

Selects the block type to be sent.

param commandBlock

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

return

btype: TPI| TPR| TPS

set(btype: RsSmbv.enums.NfcBlockType, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BTYPe
driver.source.bb.nfc.cblock.btype.set(btype = enums.NfcBlockType.TPI, commandBlock = repcap.CommandBlock.Default)

Selects the block type to be sent.

param btype

TPI| TPR| TPS

param commandBlock

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