Insert

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:INSert
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(commandBlock=CommandBlock.Default) None[source]
# [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.

Parameters:

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]