Enable
SCPI Command :
TREFerence<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(timingReference=TimingReference.Default) bool[source]
# TREFerence<*>:ENABle value: bool = driver.treference.enable.get(timingReference = repcap.TimingReference.Default)
Adds the indicated timing reference (ON) or removes it (OFF) .
- Parameters:
timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)
- set(first: bool, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:ENABle driver.treference.enable.set(first = False, timingReference = repcap.TimingReference.Default)
Adds the indicated timing reference (ON) or removes it (OFF) .
- Parameters:
first – OFF | ON
timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)