Signal
SCPI Command :
OUTPut<HW>:USER<CH>:SIGNal
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) OutpConnGlbSignal[source]
# OUTPut<HW>:USER<CH>:SIGNal value: enums.OutpConnGlbSignal = driver.output.user.signal.get(userIx = repcap.UserIx.Default)
Sets the control signal that is output at the selected connector. To define the connector direction, use the command method
RsSmbv.output.user.direction.set().- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
signal: MARKA1 | MARKA2 | MARKA3 | NONE | SYNCOUT | SCLock | LATTenuation | BGATe | HOP | CWMODulation | TRIGgered | MTRigger | LOW | HIGH | BERRESTOUT | BERDATENOUT | BERCLKOUT | BERDATOUT MARKA1 | 2|3 = Baseband Marker 1/2/3 MTRigger = Manual Trigger, available for USER5 BERRESTOUT | BERDATENOUT | BERCLKOUT | BERDATOUT = BER TestGen Data, Clock, Data Enable and Restart SYNCOUT = Baseband Sync Out SCLock = Symbol Clock LATTenuation = Lev Att BGATA = Burst Gate HOP = HOP CWMODulation = CW/Mod TRIGgered = Triggered MTRigger = Manual Trigger, available for USER5 LOW | HIGH = Always 0/1 NONE = none
- set(signal: OutpConnGlbSignal, userIx=UserIx.Default) None[source]
# OUTPut<HW>:USER<CH>:SIGNal driver.output.user.signal.set(signal = enums.OutpConnGlbSignal.BERCLKOUT, userIx = repcap.UserIx.Default)
Sets the control signal that is output at the selected connector. To define the connector direction, use the command method
RsSmbv.output.user.direction.set().- Parameters:
signal – MARKA1 | MARKA2 | MARKA3 | NONE | SYNCOUT | SCLock | LATTenuation | BGATe | HOP | CWMODulation | TRIGgered | MTRigger | LOW | HIGH | BERRESTOUT | BERDATENOUT | BERCLKOUT | BERDATOUT MARKA1 | 2|3 = Baseband Marker 1/2/3 MTRigger = Manual Trigger, available for USER5 BERRESTOUT | BERDATENOUT | BERCLKOUT | BERDATOUT = BER TestGen Data, Clock, Data Enable and Restart SYNCOUT = Baseband Sync Out SCLock = Symbol Clock LATTenuation = Lev Att BGATA = Burst Gate HOP = HOP CWMODulation = CW/Mod TRIGgered = Triggered MTRigger = Manual Trigger, available for USER5 LOW | HIGH = Always 0/1 NONE = none
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)