Skew

SCPI Command :

[SOURce]:BB:IMPairment:FADer<CH>:SKEW
class SkewCls[source]

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

get(digitalIq=DigitalIq.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:SKEW
value: float = driver.source.bb.impairment.fader.skew.get(digitalIq = repcap.DigitalIq.Default)

Sets a delay between the Q vector and the I vector of the corresponding stream.

param digitalIq

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

return

skew: float Range: -500E-9 to 500E-9

set(skew: float, digitalIq=DigitalIq.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:SKEW
driver.source.bb.impairment.fader.skew.set(skew = 1.0, digitalIq = repcap.DigitalIq.Default)

Sets a delay between the Q vector and the I vector of the corresponding stream.

param skew

float Range: -500E-9 to 500E-9

param digitalIq

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