Transducer

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<range>:TRANsducer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default, rangePy=RangePy.Default) str[source]
# [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 .. 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
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’)

set(table_high: str, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# [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 .. 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
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’)