PacketLength

SCPI Commands :

[SOURce<HW>]:BB:DVBT:PACKetlength:LOW
[SOURce<HW>]:BB:DVBT:PACKetlength:[HIGH]
class PacketLengthCls[source]

PacketLength commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_high() InputSignalPacketLength[source]
# SCPI: [SOURce<HW>]:BB:DVBT:PACKetlength:[HIGH]
value: enums.InputSignalPacketLength = driver.source.bb.dvbt.packetLength.get_high()

Queries the packet length of the external transport stream in bytes.

return:

packet_length_hp: P188| P204| INValid P188|P204 188/204 byte packets specified for serial input and parallel input. INValid Packet length does not match the specified length.

get_low() InputSignalPacketLength[source]
# SCPI: [SOURce<HW>]:BB:DVBT:PACKetlength:LOW
value: enums.InputSignalPacketLength = driver.source.bb.dvbt.packetLength.get_low()

Queries the packet length of the external transport stream in bytes.

return:

packet_length_lp: P188| P204| INValid P188|P204 188/204 byte packets specified for serial input and parallel input. INValid Packet length does not match the specified length.