Taipicc

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:TAIPicc
class TaipiccCls[source]

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

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

Sets the total number of applications in the PICC (Proximity Inductive Coupling Card) , i.e. in the NFC Forum Device in listener mode.

param commandBlock

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

return

tnai_picc: integer Range: 0 to 15

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

Sets the total number of applications in the PICC (Proximity Inductive Coupling Card) , i.e. in the NFC Forum Device in listener mode.

param tnai_picc

integer Range: 0 to 15

param commandBlock

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