Terminate

SCPI Command :

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

Sets the port which is terminated at the interposer block: memory or controller port. The other port pair is exposed as input to the next block.

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

set(interposer_termination: DeembedInterposerTerm, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:INTPoser:TERMinate
driver.deembedding.component.intPoser.terminate.set(interposer_termination = enums.DeembedInterposerTerm.CTRL, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)

Sets the port which is terminated at the interposer block: memory or controller port. The other port pair is exposed as input to the next block.

Parameters:
  • interposer_termination – MEMory | CTRL

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