SpLower

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:SPLower
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SPLower
value: int = driver.source.bb.nfc.cblock.spLower.get(commandBlock = repcap.CommandBlock.Default)

Determines the bit count.

Parameters:

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

Returns:

sp_lower: integer Range: 0 to 7

set(sp_lower: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:SPLower
driver.source.bb.nfc.cblock.spLower.set(sp_lower = 1, commandBlock = repcap.CommandBlock.Default)

Determines the bit count.

Parameters:
  • sp_lower – integer Range: 0 to 7

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