Snumber
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:SNUMber
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcSlotNumber[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SNUMber value: enums.NfcSlotNumber = driver.source.bb.nfc.cblock.snumber.get(commandBlock = repcap.CommandBlock.Default)
Determines the slot number.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
snumber: SN2 | SN3 | SN4 | SN5 | SN6 | SN7 | SN8 | SN9 | SN10 | SN11 | SN12 | SN13 | SN14 | SN15 | SN16
- set(snumber: NfcSlotNumber, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SNUMber driver.source.bb.nfc.cblock.snumber.set(snumber = enums.NfcSlotNumber.SN10, commandBlock = repcap.CommandBlock.Default)
Determines the slot number.
- Parameters:
snumber – SN2 | SN3 | SN4 | SN5 | SN6 | SN7 | SN8 | SN9 | SN10 | SN11 | SN12 | SN13 | SN14 | SN15 | SN16
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)