TypePy

SCPI Command :

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

Sets the type of the indicated component. The first component is always DUT, the last component is PROBe or INPut.

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:

type_py: PROBe | FIXTure | CABLe | DUT | ADAPter | INPut | OTHer | INTPoser | RTZA10 | RTZA16 | RTZA17 | RTZA50 | RTZA51 | PP | PC | EXTFrontend

  • RTZA10 | RTZA16 | RTZA17 | RTZA50 | RTZA51: SMA adapters and cable offered by Rohde & Schwarz

  • PP | PC: Proven probe, proven cable

  • EXTFrontend: External frontend, requires option R&S RTP-K553.

set(type_py: DeembeddingType, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:TYPE
driver.deembedding.component.typePy.set(type_py = enums.DeembeddingType.ADAPter, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)

Sets the type of the indicated component. The first component is always DUT, the last component is PROBe or INPut.

Parameters:
  • type_py

    PROBe | FIXTure | CABLe | DUT | ADAPter | INPut | OTHer | INTPoser | RTZA10 | RTZA16 | RTZA17 | RTZA50 | RTZA51 | PP | PC | EXTFrontend

    • RTZA10 | RTZA16 | RTZA17 | RTZA50 | RTZA51: SMA adapters and cable offered by Rohde & Schwarz

    • PP | PC: Proven probe, proven cable

    • EXTFrontend: External frontend, requires option R&S RTP-K553.

  • 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’)