Component<Component>

RepCap Settings

# Range: Ix1 .. Ix32
rc = driver.applications.k50Spurious.sense.fplan.component.repcap_component_get()
driver.applications.k50Spurious.sense.fplan.component.repcap_component_set(repcap.Component.Ix1)

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:DELete
class ComponentCls[source]

Component commands group definition. 9 total commands, 7 Subgroups, 1 group commands Repeated Capability: Component, default value after init: Component.Ix1

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

Will delete the selected row from the frequency plan.

param component

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

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k50Spurious.sense.fplan.component.clone()

Subgroups