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