Skew
SCPI Command :
[SOURce]:BB:IMPairment:RF<CH>:SKEW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) float[source]
# [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.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- Returns:
skew: float Range: -500E-9 to 500E-9
- set(skew: float, path=Path.Default) None[source]
# [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.
- Parameters:
skew – float Range: -500E-9 to 500E-9
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)