SubModule
SCPI Command :
PROBe<*>:DEEMbedding:TIPModule:ZMA<*>:SUBModule
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default, zma=Zma.Default) ProbeZmaModule[source]
# PROBe<*>:DEEMbedding:TIPModule:ZMA<*>:SUBModule value: enums.ProbeZmaModule = driver.probe.deembedding.tipModule.zma.subModule.get(probe = repcap.Probe.Default, zma = repcap.Zma.Default)
Defines additional settings for some tip modules: For the browser module R&S RT-ZMA30, measure the space between the pins, and select the appropriate value. If R&S RT-ZMA40 is selected, choose the used submodule: semi-rigid cables or none.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
zma – optional repeated capability selector. Default value: Nr30 (settable in the interface ‘Zma’)
- Returns:
value: For R&S RT-ZMA30: D16 = 1.6 mm D25 = 2.5 mm D45 = 4.5 mm D75 = 7.5 mm For R&S RT-ZMA40: NONE = no submodule SRCS = semi-rigid cables
- set(value: ProbeZmaModule, probe=Probe.Default, zma=Zma.Default) None[source]
# PROBe<*>:DEEMbedding:TIPModule:ZMA<*>:SUBModule driver.probe.deembedding.tipModule.zma.subModule.set(value = enums.ProbeZmaModule.D16, probe = repcap.Probe.Default, zma = repcap.Zma.Default)
Defines additional settings for some tip modules: For the browser module R&S RT-ZMA30, measure the space between the pins, and select the appropriate value. If R&S RT-ZMA40 is selected, choose the used submodule: semi-rigid cables or none.
- Parameters:
value – For R&S RT-ZMA30: D16 = 1.6 mm D25 = 2.5 mm D45 = 4.5 mm D75 = 7.5 mm For R&S RT-ZMA40: NONE = no submodule SRCS = semi-rigid cables
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
zma – optional repeated capability selector. Default value: Nr30 (settable in the interface ‘Zma’)