WsSlope
SCPI Command :
TRIGger<*>:I2S:WSSLope
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:I2S:WSSLope value: enums.Edge = driver.trigger.i2S.wsSlope.get(trigger = repcap.Trigger.Default)
Sets the edge of the WS or FSYNC signal as trigger condition. The instrument triggers on the first clock edge after the specified edge.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
ws_slope: POSitive | NEGative
- set(ws_slope: Edge, trigger=Trigger.Default) None[source]
# TRIGger<*>:I2S:WSSLope driver.trigger.i2S.wsSlope.set(ws_slope = enums.Edge.EITHer, trigger = repcap.Trigger.Default)
Sets the edge of the WS or FSYNC signal as trigger condition. The instrument triggers on the first clock edge after the specified edge.
- Parameters:
ws_slope – POSitive | NEGative
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)