MacFrame

SCPI Command :

TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:SLOPe
class MacFrameCls[source]

MacFrame commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_slope() TriggerSlope[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:SLOPe
value: enums.TriggerSlope = driver.trigger.tx.macFrame.get_slope()

Aligns either the rising edge or the falling edge of the trigger pulses with the start of the MAC frames.

return:

trig_slope: REDGe | FEDGe

set_slope(trig_slope: TriggerSlope) None[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:TX:MACFrame:SLOPe
driver.trigger.tx.macFrame.set_slope(trig_slope = enums.TriggerSlope.FEDGe)

Aligns either the rising edge or the falling edge of the trigger pulses with the start of the MAC frames.

param trig_slope:

REDGe | FEDGe

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.trigger.tx.macFrame.clone()

Subgroups