Transducer
SCPI Command :
[SENSe]:ESPectrum<sb>:RANGe<ri>:TRANsducer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default, rangePy=RangePy.Default) str[source]
# [SENSe]:ESPectrum<sb>:RANGe<ri>:TRANsducer value: str = driver.sense.espectrum.range.transducer.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
Selects a transducer factor for a SEM range. Note that Note the following prerequisites for the selected transducer:
the transducer must cover at least the span of the range
the x-axis has to be linear
the unit has to be dB
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
transducer: String containing the transducer file name, including the path information.
- set(transducer: str, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# [SENSe]:ESPectrum<sb>:RANGe<ri>:TRANsducer driver.sense.espectrum.range.transducer.set(transducer = 'abc', subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
Selects a transducer factor for a SEM range. Note that Note the following prerequisites for the selected transducer:
the transducer must cover at least the span of the range
the x-axis has to be linear
the unit has to be dB
- Parameters:
transducer – String containing the transducer file name, including the path information.
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)