Arbitrary

SCPI Commands :

[SOURce<HW>]:BB:PROGress:MCODer:ARBitrary:MCARrier
[SOURce<HW>]:BB:PROGress:MCODer:ARBitrary:WSEGment
class ArbitraryCls[source]

Arbitrary commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_mcarrier() int[source]
# SCPI: [SOURce<HW>]:BB:PROGress:MCODer:ARBitrary:MCARrier
value: int = driver.source.bb.progress.mcoder.arbitrary.get_mcarrier()

Queries the status of an initiated process, like for example the calculation of a signal in accordance to a digital standard, or the calculation of a multi-carrier or multi-segment waveform file.

return

mcarrier: integer Indicates the task progress in percent Range: 0 to 100

get_wsegment() int[source]
# SCPI: [SOURce<HW>]:BB:PROGress:MCODer:ARBitrary:WSEGment
value: int = driver.source.bb.progress.mcoder.arbitrary.get_wsegment()

Queries the status of an initiated process, like for example the calculation of a signal in accordance to a digital standard, or the calculation of a multi-carrier or multi-segment waveform file.

return

wsegment: integer Indicates the task progress in percent Range: 0 to 100