Taipicc
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:TAIPicc
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
tnai_picc: integer Range: 0 to 15
- set(tnai_picc: int, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
tnai_picc – integer Range: 0 to 15
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)