Aid
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:AID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) str[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:AID value: str = driver.source.bb.nfc.cblock.aid.get(commandBlock = repcap.CommandBlock.Default)
Determines the value of AID.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
aid: integer
- set(aid: str, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:AID driver.source.bb.nfc.cblock.aid.set(aid = rawAbc, commandBlock = repcap.CommandBlock.Default)
Determines the value of AID.
- Parameters:
aid – integer
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)