Aattributes
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SERVice<ST>:AATTributes
- class AattributesCls[source]
Aattributes commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default, serviceListTable=ServiceListTable.Default) RsSmbv.enums.NfcAcssAttrib [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param serviceListTable
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Service’)
- return
aattributes: AARW| AARO
- set(aattributes: RsSmbv.enums.NfcAcssAttrib, commandBlock=CommandBlock.Default, serviceListTable=ServiceListTable.Default) None [source]
# SCPI: [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.
- param aattributes
AARW| AARO
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param serviceListTable
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Service’)