Generate

SCPI Command :

[SENSe]:CORRection:TRANsducer:GENerate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:CORRection:TRANsducer:GENerate
value: str = driver.sense.correction.transducer.generate.get()

Uses the normalized measurement data to generate a transducer factor with up to 1001 points. The trace data is converted to a transducer with unit dB and stored in a file with the specified name and the suffix .trd under C:/R_S/INSTR/trd. The frequency points are allocated in equidistant steps between start and stop frequency. The generated transducer factor can be further adapted using the commands described in ‘Working with Transducers’. Is only valid if External Generator Control (R&S FSW-B10) is installed and active and normalization is switched on.

Returns:

name: ‘name’

set(name: str) None[source]
# [SENSe]:CORRection:TRANsducer:GENerate
driver.sense.correction.transducer.generate.set(name = 'abc')

Uses the normalized measurement data to generate a transducer factor with up to 1001 points. The trace data is converted to a transducer with unit dB and stored in a file with the specified name and the suffix .trd under C:/R_S/INSTR/trd. The frequency points are allocated in equidistant steps between start and stop frequency. The generated transducer factor can be further adapted using the commands described in ‘Working with Transducers’. Is only valid if External Generator Control (R&S FSW-B10) is installed and active and normalization is switched on.

Parameters:

name – ‘name’