Nservices
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:NSERvices
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
nservice: integer Range: 1 to 16
- set(nservice: int, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
nservice – integer Range: 1 to 16
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)