Skew
SCPI Command :
[SOURce]:BB:IMPairment:IQOutput<CH>:SKEW
- class SkewCls[source]
Skew commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default) float [source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:SKEW value: float = driver.source.bb.impairment.iqOutput.skew.get(iqConnector = repcap.IqConnector.Default)
Sets a delay between the Q vector and the I vector of the corresponding stream.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)
- return
skew: float Range: -500E-9 to 500E-9
- set(skew: float, iqConnector=IqConnector.Default) None [source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:SKEW driver.source.bb.impairment.iqOutput.skew.set(skew = 1.0, iqConnector = repcap.IqConnector.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 iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)