Btype
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcBlockType[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
btype: TPI | TPR | TPS
- set(btype: NfcBlockType, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
btype – TPI | TPR | TPS
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)