Nservices
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:NSERvices
- class NservicesCls[source]
Nservices commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NSERvices value: int = driver.source.bb.nfc.cblock.nservices.get(commandBlock = repcap.CommandBlock.Default)
Sets the number of services.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
nservice: integer Range: 1 to 16
- set(nservice: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NSERvices driver.source.bb.nfc.cblock.nservices.set(nservice = 1, commandBlock = repcap.CommandBlock.Default)
Sets the number of services.
- param nservice
integer Range: 1 to 16
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)