Transducer

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<ri>: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<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

INTRO_CMD_HELP: 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

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

transducer: String containing the transducer file name, including the path information.

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

INTRO_CMD_HELP: 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

param transducer

String containing the transducer file name, including the path information.

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’)