Create

SCPI Commands :

[SOURce<HW>]:BB:ARBitrary:TSIGnal:RECTangle:CREate
[SOURce<HW>]:BB:ARBitrary:TSIGnal:RECTangle:CREate:NAMed
Commands in total: 2
Subgroups: 0
Direct child commands: 2
set() None[source]
# [SOURce<HW>]:BB:ARBitrary:TSIGnal:RECTangle:CREate
driver.source.bb.arbitrary.tsignal.rectangle.create.set()

Generates a signal and uses it as output straight away.

set_named(filename: str) None[source]
# [SOURce<HW>]:BB:ARBitrary:TSIGnal:RECTangle:CREate:NAMed
driver.source.bb.arbitrary.tsignal.rectangle.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:RECTangle:CREate
driver.source.bb.arbitrary.tsignal.rectangle.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.