Ccoupling
SCPI Command :
MEASurement<*>:GATE:CCOupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) bool[source]
# MEASurement<*>:GATE:CCOupling value: bool = driver.measurement.gate.ccoupling.get(measurement = repcap.Measurement.Default)
Enables the cursor coupling for automatic measurements. Select the cursor set to be used with method
RsRtx.measurement.gate.cursor.set().- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
cursor_coupling: OFF | ON
- set(cursor_coupling: bool, measurement=Measurement.Default) None[source]
# MEASurement<*>:GATE:CCOupling driver.measurement.gate.ccoupling.set(cursor_coupling = False, measurement = repcap.Measurement.Default)
Enables the cursor coupling for automatic measurements. Select the cursor set to be used with method
RsRtx.measurement.gate.cursor.set().- Parameters:
cursor_coupling – OFF | ON
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)