SpfSelection
SCPI Command :
DEEMbedding<*>:COMPonent<*>:SPFSelection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default, component=Component.Default) SparamFileSelect[source]
# DEEMbedding<*>:COMPonent<*>:SPFSelection value: enums.SparamFileSelect = driver.deembedding.component.spfSelection.get(deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)
Selects the Touchstone file for response curve display.
- 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:
sparam_file_sel: SPF1 | SPF2
- set(sparam_file_sel: SparamFileSelect, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:SPFSelection driver.deembedding.component.spfSelection.set(sparam_file_sel = enums.SparamFileSelect.SPF1, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)
Selects the Touchstone file for response curve display.
- Parameters:
sparam_file_sel – SPF1 | SPF2
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’)