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