Profile<Profile>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.drm.msc.profile.repcap_profile_get()
driver.source.bb.drm.msc.profile.repcap_profile_set(repcap.Profile.Nr1)

SCPI Command :

[SOURce<HW>]:BB:DRM:MSC:PROFile<CH>
class ProfileCls[source]

Profile commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Profile, default value after init: Profile.Nr1

get(profile=Profile.Default) DrmCodingProtectionProfileMsc[source]
# SCPI: [SOURce<HW>]:BB:DRM:MSC:PROFile<CH>
value: enums.DrmCodingProtectionProfileMsc = driver.source.bb.drm.msc.profile.get(profile = repcap.Profile.Default)

Queries the protection profile used in the transmission.

param profile:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Profile’)

return:

drm_msc_prof: HPP| LPP| VSPP| INV HPP Higher protected part LPP Lower protected part VSPP Very strongly protected part INV Invalid protection profile

Cloning the Group

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