Scid<SubChannel>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.source.bb.tdmb.scid.repcap_subChannel_get()
driver.source.bb.tdmb.scid.repcap_subChannel_set(repcap.SubChannel.Nr1)

SCPI Command :

[SOURce<HW>]:BB:TDMB:SCID<CH>
class ScidCls[source]

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

get(subChannel=SubChannel.Default) int[source]
# SCPI: [SOURce<HW>]:BB:TDMB:SCID<CH>
value: int = driver.source.bb.tdmb.scid.get(subChannel = repcap.SubChannel.Default)

Queries the subchannel identifiers per subchannel.

param subChannel:

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

return:

sub_channel_id: integer Range: 0 to 63

Cloning the Group

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