NoSlots

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:NOSLots
class NoSlotsCls[source]

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

get(commandBlock=CommandBlock.Default) RsSmbv.enums.NfcNumOfSlots[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NOSLots
value: enums.NfcNumOfSlots = driver.source.bb.nfc.cblock.noSlots.get(commandBlock = repcap.CommandBlock.Default)

Determines the number of slots.

param commandBlock

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

return

no_slots: S1| S2| S4| S8| S16

set(no_slots: RsSmbv.enums.NfcNumOfSlots, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NOSLots
driver.source.bb.nfc.cblock.noSlots.set(no_slots = enums.NfcNumOfSlots.S1, commandBlock = repcap.CommandBlock.Default)

Determines the number of slots.

param no_slots

S1| S2| S4| S8| S16

param commandBlock

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