Level<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.tdmb.protection.level.repcap_index_get()
driver.source.bb.tdmb.protection.level.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:TDMB:PROTection:LEVel<CH>
class LevelCls[source]

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

get(index=Index.Default) TdmbInputSignalProtectionLevel[source]
# SCPI: [SOURce<HW>]:BB:TDMB:PROTection:LEVel<CH>
value: enums.TdmbInputSignalProtectionLevel = driver.source.bb.tdmb.protection.level.get(index = repcap.Index.Default)

Queries the protection level. The level depends on the protection profile.

param index:

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

return:

prot_level: UNDefined| EP1A| EP2A| EP3A| EP4A| EP1B| EP2B| EP3B| EP4B| UP1| UP2| UP3| UP4| UP5 UP1|UP2|UP3|UP4|UP5 Protection level 1 to 5 with protection profile EP1A|EP2A|EP3A|EP4A Protection level 1A to 4A with protection profile EP1B|EP2B|EP3B|EP4B Protection level 1B to 4B with protection profile UNDefined No protection profile detected

Cloning the Group

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