Aid
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:AID
- class AidCls[source]
Aid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) str [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
aid: integer
- set(aid: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param aid
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)