Channel<ChannelNull>

RepCap Settings

# Range: Nr0 .. Nr63
rc = driver.source.bb.w3Gpp.bstation.channel.repcap_channelNull_get()
driver.source.bb.w3Gpp.bstation.channel.repcap_channelNull_set(repcap.ChannelNull.Nr0)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel:PRESet
class ChannelCls[source]

Channel commands group definition. 100 total commands, 14 Subgroups, 1 group commands Repeated Capability: ChannelNull, default value after init: ChannelNull.Nr0

preset(baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel:PRESet
driver.source.bb.w3Gpp.bstation.channel.preset(baseStation = repcap.BaseStation.Default)

The command calls the default settings of the channel table.

param baseStation

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

preset_with_opc(baseStation=BaseStation.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

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

Subgroups