Add

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:ADD
class AddCls[source]

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

set(component=Component.Default) None[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:ADD
driver.applications.k50Spurious.sense.fplan.component.add.set(component = repcap.Component.Default)

Adds a new component below the selected row <co> in the frequency plan. If the command is executed on a row that does not yet exist, this row and all that are missing up to this row are created.

param component

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

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