UpPattern
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPPattern
- class UpPatternCls[source]
UpPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) BtoCsPyLdPatt [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPPattern value: enums.BtoCsPyLdPatt = driver.source.bb.btooth.cs.sevent.upPattern.get(channelNull = repcap.ChannelNull.Default)
Selects the user payload pattern for a random CS sequence. This pattern is the payload type for CS step configuration modes Mode-1 or Mode-3.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
- return:
pattern: PRBS09| RE1S| RE2S| PRBS15| RE3S| RE4S| RE5S| RE6S| UPLD PRBS09|PRBS15 Pseudo random bit sequence with 9-bit length or 15-bit length in accordance with the IUT-T. RE1S|RE2S|RE3S|RE4S|RE5S|RE6S Repeated 8-digit sequences of zeroes and ones. UPLD Uses the CS_SYNC_User_Payload. Set this payload via a data list file and the following command: :SOURce1:BB:BTOoth:CS:SEVentch0:UPAYload See also [:SOURcehw]:BB:BTOoth:CS[:SEVentch0]:UPAYload.
- set(pattern: BtoCsPyLdPatt, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPPattern driver.source.bb.btooth.cs.sevent.upPattern.set(pattern = enums.BtoCsPyLdPatt.PRBS09, channelNull = repcap.ChannelNull.Default)
Selects the user payload pattern for a random CS sequence. This pattern is the payload type for CS step configuration modes Mode-1 or Mode-3.
- param pattern:
PRBS09| RE1S| RE2S| PRBS15| RE3S| RE4S| RE5S| RE6S| UPLD PRBS09|PRBS15 Pseudo random bit sequence with 9-bit length or 15-bit length in accordance with the IUT-T. RE1S|RE2S|RE3S|RE4S|RE5S|RE6S Repeated 8-digit sequences of zeroes and ones. UPLD Uses the CS_SYNC_User_Payload. Set this payload via a data list file and the following command: :SOURce1:BB:BTOoth:CS:SEVentch0:UPAYload See also [:SOURcehw]:BB:BTOoth:CS[:SEVentch0]:UPAYload.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)