NoSlots
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:NOSLots
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) NfcNumOfSlots[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
no_slots: S1 | S2 | S4 | S8 | S16
- set(no_slots: NfcNumOfSlots, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
no_slots – S1 | S2 | S4 | S8 | S16
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)