Upayload

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPAYload
class UpayloadCls[source]

Upayload commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channelNull=ChannelNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPAYload
value: str = driver.source.bb.btooth.cs.sevent.upayload.get(channelNull = repcap.ChannelNull.Default)

No command help available

param channelNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)

return

user_payload: No help available

set(user_payload: str, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPAYload
driver.source.bb.btooth.cs.sevent.upayload.set(user_payload = 'abc', channelNull = repcap.ChannelNull.Default)

No command help available

param user_payload

No help available

param channelNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)