Profile<Profile>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:BB:TDMB:PROTection: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) TdmbInputSignalProtectionProfile[source]
# SCPI: [SOURce<HW>]:BB:TDMB:PROTection:PROFile<CH>
value: enums.TdmbInputSignalProtectionProfile = driver.source.bb.tdmb.protection.profile.get(profile = repcap.Profile.Default)

Queries the protection profile.

param profile:

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

return:

prot_profile: UEP| EEP UEP Unequal error protection EEP Equal error protection

Cloning the Group

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