Mcoder

SCPI Command :

[SOURce<HW>]:BB:PROGress:MCODer
class McoderCls[source]

Mcoder commands group definition. 3 total commands, 1 Subgroups, 1 group commands

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

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

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.progress.mcoder.clone()

Subgroups