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