Insert

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:INSert
class InsertCls[source]

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

set(commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:INSert
driver.source.bb.nfc.cblock.insert.set(commandBlock = repcap.CommandBlock.Default)

Inserts a default command block before the selected command block. The command block with this position must be existing, otherwise an error is returned.

param commandBlock

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

set_with_opc(commandBlock=CommandBlock.Default, opc_timeout_ms: int = - 1) None[source]