Source<JitterSource>

SCPI Command :

BUS<*>:FLXRay:SOURce<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.bus.flxRay.source.repcap_jitterSource_set(repcap.JitterSource.Nr1)
get(bus=Bus.Default, jitterSource=JitterSource.Default) SignalSource[source]
# BUS<*>:FLXRay:SOURce<*>
value: enums.SignalSource = driver.bus.flxRay.source.get(bus = repcap.Bus.Default, jitterSource = repcap.JitterSource.Default)

Sets the input channel of the bus signal, or of the data and enable lines in case of a LOGic source type.

Parameters:
  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

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

Returns:

sources: NONE | C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15

  • C1W1 | C2W1 | C3W1 | C4W1: Always available

  • NONE: Only available for SOURce2 (enable line)

  • M1 | M2 | M3 | M4 | R1 | R2 | R3 | R4: Only available if the trigger source is one of the input channels but not the serial bus.

  • D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15: Only available if BUSb:FLXRay:SRCType is set to LOGic.

set(sources: SignalSource, bus=Bus.Default, jitterSource=JitterSource.Default) None[source]
# BUS<*>:FLXRay:SOURce<*>
driver.bus.flxRay.source.set(sources = enums.SignalSource.AJ1, bus = repcap.Bus.Default, jitterSource = repcap.JitterSource.Default)

Sets the input channel of the bus signal, or of the data and enable lines in case of a LOGic source type.

Parameters:
  • sources

    NONE | C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4 | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15

    • C1W1 | C2W1 | C3W1 | C4W1: Always available

    • NONE: Only available for SOURce2 (enable line)

    • M1 | M2 | M3 | M4 | R1 | R2 | R3 | R4: Only available if the trigger source is one of the input channels but not the serial bus.

    • D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15: Only available if BUSb:FLXRay:SRCType is set to LOGic.

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
source_copy = driver.bus.flxRay.source.clone()