Msc

SCPI Command :

[SOURce<HW>]:BB:DRM:MSC:CONStel
class MscCls[source]

Msc commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get_constel() DrmCodingConstelMsc[source]
# SCPI: [SOURce<HW>]:BB:DRM:MSC:CONStel
value: enums.DrmCodingConstelMsc = driver.source.bb.drm.msc.get_constel()

Queries the constellation of the .

return:

drm_const_msc: Q64N| Q64I| Q64Q| Q16| Q4| INV Q64N 64 non-hierarchical Q64I 64QAM hierarchical on I Q64Q 64QAM hierarchical on I and Q Q16 16QAM non-hierarchical Q4 4QAM non-hierarchical INV Invalid constellation

Cloning the Group

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

Subgroups