Signal

SCPI Command :

[SOURce<HW>]:INPut:TM<CH>:SIGNal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(tmConnector=TmConnector.Default) InpConnBbSignal[source]
# [SOURce<HW>]:INPut:TM<CH>:SIGNal
value: enums.InpConnBbSignal = driver.source.inputPy.tm.signal.get(tmConnector = repcap.TmConnector.Default)

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

Parameters:

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

Returns:

signal: TRIGger | CLOCk | FEEDback | DATA CLOCk is available only for TM1 DATA is available only for TM2 (default if custom digital modulation with external serial data is used) FEEDback is available only for TM3 (R&S SMW-B10) /TM2 (R&S SMW-B9)

set(signal: InpConnBbSignal, tmConnector=TmConnector.Default) None[source]
# [SOURce<HW>]:INPut:TM<CH>:SIGNal
driver.source.inputPy.tm.signal.set(signal = enums.InpConnBbSignal.CLOCk, tmConnector = repcap.TmConnector.Default)

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

Parameters:
  • signal – TRIGger | CLOCk | FEEDback | DATA CLOCk is available only for TM1 DATA is available only for TM2 (default if custom digital modulation with external serial data is used) FEEDback is available only for TM3 (R&S SMW-B10) /TM2 (R&S SMW-B9)

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