Mode

SCPI Command :

DEEMbedding<*>:COMPonent<*>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(deembedding=Deembedding.Default, component=Component.Default) DeembedMode[source]
# DEEMbedding<*>:COMPonent<*>:MODE
value: enums.DeembedMode = driver.deembedding.component.mode.get(deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)

Sets the probing mode.

Parameters:
  • deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)

  • component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)

Returns:

mode: PROBing | TERMinating

  • PROBing: For measurements with a high-ohmic probe and measure on an existing line in parallel to the load.

  • TERMinating: For measurements if the measuring equipment is the load of the line.

set(mode: DeembedMode, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:MODE
driver.deembedding.component.mode.set(mode = enums.DeembedMode.PROBing, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)

Sets the probing mode.

Parameters:
  • mode

    PROBing | TERMinating

    • PROBing: For measurements with a high-ohmic probe and measure on an existing line in parallel to the load.

    • TERMinating: For measurements if the measuring equipment is the load of the line.

  • deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)

  • component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)