Skew

SCPI Command :

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

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

get(path=Path.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:RF<CH>:SKEW
value: float = driver.source.bb.impairment.rf.skew.get(path = repcap.Path.Default)

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

param path

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

return

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

set(skew: float, path=Path.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:RF<CH>:SKEW
driver.source.bb.impairment.rf.skew.set(skew = 1.0, path = repcap.Path.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 path

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