Generate

SCPI Command :

[SENSe]:CORRection:TRANsducer:GENerate
class GenerateCls[source]

Generate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: [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:/Program Files (x86) /Rohde-Schwarz/FSW/<version>/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.

return

name: ‘name’

set(name: str) None[source]
# SCPI: [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:/Program Files (x86) /Rohde-Schwarz/FSW/<version>/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.

param name

‘name’