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