Signal

SCPI Command :

[SOURce]:INPut:USER<CH>:SIGNal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) InpOutpConnGlbMapSign[source]
# [SOURce]:INPut:USER<CH>:SIGNal
value: enums.InpOutpConnGlbMapSign = driver.source.inputPy.user.signal.get(userIx = repcap.UserIx.Default)

Determines the control signal that is input at the selected connector. To define the connector direction, use the command method RsSmbv.source.inputPy.user.direction.set() .

Parameters:

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

Returns:

signal: TRIG1 | CLOCK1 | NSEGM1 | NONE | SYNCIN | BERDATIN | BERCLKIN | BERDATENIN | BERRESTIN TRIG1 = Global Trigger CLOCK1 = Global Clock NSEGM1 = Global Next Segment SYNCIN = Baseband Sync In BERDATIN | BERCLKIN | BERDATENIN | BERRESTIN = BER Data, Clock, Data Enable and Restart NONE = none

set(signal: InpOutpConnGlbMapSign, userIx=UserIx.Default) None[source]
# [SOURce]:INPut:USER<CH>:SIGNal
driver.source.inputPy.user.signal.set(signal = enums.InpOutpConnGlbMapSign.BERCLKIN, userIx = repcap.UserIx.Default)

Determines the control signal that is input at the selected connector. To define the connector direction, use the command method RsSmbv.source.inputPy.user.direction.set() .

Parameters:
  • signal – TRIG1 | CLOCK1 | NSEGM1 | NONE | SYNCIN | BERDATIN | BERCLKIN | BERDATENIN | BERRESTIN TRIG1 = Global Trigger CLOCK1 = Global Clock NSEGM1 = Global Next Segment SYNCIN = Baseband Sync In BERDATIN | BERCLKIN | BERDATENIN | BERRESTIN = BER Data, Clock, Data Enable and Restart NONE = none

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