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