Transducer
SCPI Command :
[SENSe]:ESPectrum<sb>:RANGe<range>:TRANsducer
- class TransducerCls[source]
Transducer commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subBlock=SubBlock.Default, rangePy=RangePy.Default) str [source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<range>:TRANsducer value: str = driver.applications.k149Uwb.sense.espectrum.range.transducer.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
- Selects a transducer factor for a SEM range. Note that
INTRO_CMD_HELP: Note:
the transducer must cover at least the span of the range
the x-axis has to be linear
the unit has to be dB
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
table_high: No help available
- set(table_high: str, subBlock=SubBlock.Default, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<range>:TRANsducer driver.applications.k149Uwb.sense.espectrum.range.transducer.set(table_high = 'abc', subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
- Selects a transducer factor for a SEM range. Note that
INTRO_CMD_HELP: Note:
the transducer must cover at least the span of the range
the x-axis has to be linear
the unit has to be dB
- param table_high
No help available
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)