Invert

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:INVert
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) bool[source]
# [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:INVert
value: bool = driver.source.bb.nr5G.trigger.output.invert.get(output = repcap.Output.Default)

Turns inversion of the marker signal on and off.

Parameters:

output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

Returns:

invert: 1 | ON | 0| OFF 1 | ON Marker is on a falling edge. 0 | OFF Marker is on a rising edge.