Aattributes
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SERVice<ST>:AATTributes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default, serviceListTable=ServiceListTable.Default) NfcAcssAttrib[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SERVice<ST>:AATTributes value: enums.NfcAcssAttrib = driver.source.bb.nfc.cblock.service.aattributes.get(commandBlock = repcap.CommandBlock.Default, serviceListTable = repcap.ServiceListTable.Default)
Enables the Service Code List Configuration.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
serviceListTable – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Service’)
- Returns:
aattributes: AARW | AARO
- set(aattributes: NfcAcssAttrib, commandBlock=CommandBlock.Default, serviceListTable=ServiceListTable.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SERVice<ST>:AATTributes driver.source.bb.nfc.cblock.service.aattributes.set(aattributes = enums.NfcAcssAttrib.AARO, commandBlock = repcap.CommandBlock.Default, serviceListTable = repcap.ServiceListTable.Default)
Enables the Service Code List Configuration.
- Parameters:
aattributes – AARW | AARO
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
serviceListTable – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Service’)