Transducer
SCPI Command :
[SENSe]:LIST:RANGe<ri>:TRANsducer
- class TransducerCls[source]
Transducer commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) str [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:TRANsducer value: str = driver.sense.listPy.range.transducer.get(rangePy = repcap.RangePy.Default)
- Selects a transducer factor for a spurious emission measurement range.
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.
The sweep list cannot be configured using remote commands during an on-going sweep operation.
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
transducer: String containing the transducer file name. Do not include a file extension or the file path. The file must be located in the C:/R_S/INSTR/trd directory.
- set(transducer: str, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:LIST:RANGe<ri>:TRANsducer driver.sense.listPy.range.transducer.set(transducer = 'abc', rangePy = repcap.RangePy.Default)
- Selects a transducer factor for a spurious emission measurement range.
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.
The sweep list cannot be configured using remote commands during an on-going sweep operation.
- param transducer
String containing the transducer file name. Do not include a file extension or the file path. The file must be located in the C:/R_S/INSTR/trd directory.
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)