Ciq
SCPI Commands :
[SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:I
[SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:Q
- class CiqCls[source]
Ciq commands group definition. 4 total commands, 1 Subgroups, 2 group commands
- get_icomponent() float [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:I value: float = driver.source.bb.arbitrary.tsignal.ciq.get_icomponent()
Sets the value for the I and Q component of the test signal
- return
ipart: No help available
- get_qcomponent() float [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:Q value: float = driver.source.bb.arbitrary.tsignal.ciq.get_qcomponent()
Sets the value for the I and Q component of the test signal
- return
tsig: float Range: -1 to 1, Unit: FS
- set_icomponent(ipart: float) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:I driver.source.bb.arbitrary.tsignal.ciq.set_icomponent(ipart = 1.0)
Sets the value for the I and Q component of the test signal
- param ipart
float Range: -1 to 1, Unit: FS
- set_qcomponent(tsig: float) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:Q driver.source.bb.arbitrary.tsignal.ciq.set_qcomponent(tsig = 1.0)
Sets the value for the I and Q component of the test signal
- param tsig
float Range: -1 to 1, Unit: FS
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.tsignal.ciq.clone()
Subgroups