Cselect<FrontendSelect>

SCPI Command :

EFRontend:CSELect<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.efrontend.cselect.repcap_frontendSelect_set(repcap.FrontendSelect.Nr1)
get(frontendSelect=FrontendSelect.Default) Channel[source]
# EFRontend:CSELect<*>
value: enums.Channel = driver.efrontend.cselect.get(frontendSelect = repcap.FrontendSelect.Default)

Selects the input channel to which the indicated external frontend is connected.

Parameters:

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

Returns:

channel: Input channel: CHAN1 = CHANnel1, CHAN2 = CHANnel2, CHAN3 = CHANnel3, CHAN4 = CHANnel4

set(channel: Channel, frontendSelect=FrontendSelect.Default) None[source]
# EFRontend:CSELect<*>
driver.efrontend.cselect.set(channel = enums.Channel.CHAN1, frontendSelect = repcap.FrontendSelect.Default)

Selects the input channel to which the indicated external frontend is connected.

Parameters:
  • channel – Input channel: CHAN1 = CHANnel1, CHAN2 = CHANnel2, CHAN3 = CHANnel3, CHAN4 = CHANnel4

  • frontendSelect – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cselect’)

Cloning the Group

# Create a copy of the original group, that exists independently
cselect_copy = driver.efrontend.cselect.clone()