Insert

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:INSert
class InsertCls[source]

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

set(frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:INSert
driver.source.bb.wlnn.fblock.insert.set(frameBlock = repcap.FrameBlock.Default)

The command adds a default frame block before the selected frame block.

param frameBlock

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

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