Create
SCPI Commands :
[SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:CREate
[SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:CREate:NAMed
- Commands in total: 2Subgroups: 0Direct child commands: 2
- set() None[source]
# [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:CREate driver.source.bb.arbitrary.tsignal.ciq.create.set()
Generates a signal and uses it as output straight away.
- set_named(filename: str) None[source]
# [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:CREate:NAMed driver.source.bb.arbitrary.tsignal.ciq.create.set_named(filename = 'abc')
Generates a signal and saves it to a waveform file.
- Parameters:
filename – string
- set_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:BB:ARBitrary:TSIGnal:CIQ:CREate driver.source.bb.arbitrary.tsignal.ciq.create.set_with_opc()
Generates a signal and uses it as output straight away.
Same as set, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.