Mcoder
SCPI Command :
[SOURce<HW>]:BB:PROGress:MCODer
- class McoderCls[source]
Mcoder commands group definition. 5 total commands, 2 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. This process can be, for example, the calculation of a signal in accordance to a digital standard, or the calculation of a multicarrier 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