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