SpfType
SCPI Command :
DEEMbedding<*>:COMPonent<*>:SPFType
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default, component=Component.Default) SparamFileType[source]
# DEEMbedding<*>:COMPonent<*>:SPFType value: enums.SparamFileType = driver.deembedding.component.spfType.get(deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)
Selects the file format of the Touchstone file.
- 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_1_typ: S2P | S3P | S4P | S6P
- set(sparam_file_1_typ: SparamFileType, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:SPFType driver.deembedding.component.spfType.set(sparam_file_1_typ = enums.SparamFileType.RS2P, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)
Selects the file format of the Touchstone file.
- Parameters:
sparam_file_1_typ – S2P | S3P | S4P | S6P
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’)