SpOne

SCPI Command :

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

Set the file name and path of the S-parameter file, and load the S-parameters. See also: ‘S-Parameters, File type’.

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(sparam_file_path_1: str, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:SPONe
driver.deembedding.component.spOne.set(sparam_file_path_1 = 'abc', deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)

Set the file name and path of the S-parameter file, and load the S-parameters. See also: ‘S-Parameters, File type’.

Parameters:
  • sparam_file_path_1 – String with path and file name.

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