Snumber

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SNUMber
class SnumberCls[source]

Snumber commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcSlotNumber[source]
# SCPI: [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.

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

return

snumber: SN2| SN3| SN4| SN5| SN6| SN7| SN8| SN9| SN10| SN11| SN12| SN13| SN14| SN15| SN16

set(snumber: RsSmbv.enums.NfcSlotNumber, commandBlock=CommandBlock.Default) None[source]
# SCPI: [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.

param snumber

SN2| SN3| SN4| SN5| SN6| SN7| SN8| SN9| SN10| SN11| SN12| SN13| SN14| SN15| SN16

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)