Coupling

SCPI Command :

CALCulate:MATH<*>:FFT:GATE:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) MathFftGateCoupling[source]
# CALCulate:MATH<*>:FFT:GATE:COUPling
value: enums.MathFftGateCoupling = driver.calculate.math.fft.gate.coupling.get(math = repcap.Math.Default)

Defines the behaviour of the record length or RBW value in dependancy to the other FFT parameters.

Parameters:

math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)

set(gte_rbwc_pl: MathFftGateCoupling, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:GATE:COUPling
driver.calculate.math.fft.gate.coupling.set(gte_rbwc_pl = enums.MathFftGateCoupling.LENGth, math = repcap.Math.Default)

Defines the behaviour of the record length or RBW value in dependancy to the other FFT parameters.

Parameters:
  • gte_rbwc_pl

    LENGth | RBW

    • LENGth: The record length remains constant. If not enough samples are available for the selected RBW, the RBW will be decreased.

    • RBW: The RBW is not adapted, i.e. remains as defined by the user. The required acquisition time for this RBW is indicated. If necessary and possible, the record length is extended to acquire the required number of samples.

  • math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)