Data

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:USER<CH>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) DataSourceA[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:DATA
value: enums.DataSourceA = driver.source.bb.v5G.downlink.user.data.get(userIx = repcap.UserIx.Default)

Selects the data source for the selected user configuration.

Parameters:

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

Returns:

data: PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. PATTern User-defined pattern. The pattern can be specified via: method RsSmw.source.bb.v5G.downlink.user.pattern.set() DLISt Internal data list is used. The data list can be specified via: method RsSmw.source.bb.v5G.downlink.user.dselect.set() ZERO / ONE All 0 or all 1 pattern

set(data: DataSourceA, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:DATA
driver.source.bb.v5G.downlink.user.data.set(data = enums.DataSourceA.DLISt, userIx = repcap.UserIx.Default)

Selects the data source for the selected user configuration.

Parameters:
  • data – PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. PATTern User-defined pattern. The pattern can be specified via: method RsSmw.source.bb.v5G.downlink.user.pattern.set() DLISt Internal data list is used. The data list can be specified via: method RsSmw.source.bb.v5G.downlink.user.dselect.set() ZERO / ONE All 0 or all 1 pattern

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