Transducer

SCPI Command :

[SENSe]:LIST:RANGe<ri>:TRANsducer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) str[source]
# [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. 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.

Parameters:

rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

Returns:

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]
# [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. 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.

Parameters:
  • 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.

  • rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)