Plength

SCPI Commands :

TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:PLENgth:MODE
TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:PLENgth:VALue
class PlengthCls[source]

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

get_mode() PulseLengthMode[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:PLENgth:MODE
value: enums.PulseLengthMode = driver.trigger.tx.macFrame.plength.get_mode()

Configures the length of generated TX MAC frame trigger pulses.

return:

pulse_length_mode: DEFault | BLENgth | UDEFined DEFault The pulse length is 1 µs. BLENgth The pulse length equals the burst length. UDEFined The pulse length is specified via method RsCmwWlanSig.Trigger.Tx.MacFrame.Plength.value.

get_value() float[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:PLENgth:VALue
value: float or bool = driver.trigger.tx.macFrame.plength.get_value()

Sets the pulse length for the mode UDEFined of the TX frame trigger, see method RsCmwWlanSig.Trigger.Tx.MacFrame.Plength. mode.

return:

pulse_length_val: (float or boolean) numeric | ON | OFF Range: 1E-6 s to 0.01 s

set_mode(pulse_length_mode: PulseLengthMode) None[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:PLENgth:MODE
driver.trigger.tx.macFrame.plength.set_mode(pulse_length_mode = enums.PulseLengthMode.BLENgth)

Configures the length of generated TX MAC frame trigger pulses.

param pulse_length_mode:

DEFault | BLENgth | UDEFined DEFault The pulse length is 1 µs. BLENgth The pulse length equals the burst length. UDEFined The pulse length is specified via method RsCmwWlanSig.Trigger.Tx.MacFrame.Plength.value.

set_value(pulse_length_val: float) None[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:PLENgth:VALue
driver.trigger.tx.macFrame.plength.set_value(pulse_length_val = 1.0)

Sets the pulse length for the mode UDEFined of the TX frame trigger, see method RsCmwWlanSig.Trigger.Tx.MacFrame.Plength. mode.

param pulse_length_val:

(float or boolean) numeric | ON | OFF Range: 1E-6 s to 0.01 s