Afi

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:AFI
class AfiCls[source]

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

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

Sets the application family being selected.

param commandBlock

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

return

afi: integer Range: 0 to 255

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

Sets the application family being selected.

param afi

integer Range: 0 to 255

param commandBlock

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