Mcoder
SCPI Command :
[SOURce<HW>]:BB:PROGress:MCODer
- Commands in total: 5Subgroups: 2Direct child commands: 1
- get_value() int[source]
# [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.
- Returns:
mcoder: integer Indicates the task progress in percent Range: 0 to 100
Cloning the Group
# Create a copy of the original group, that exists independently
mcoder_copy = driver.source.bb.progress.mcoder.clone()
Subgroups