queryExternalSlopePolarity trigger
Signature: trigger:TriggerType -> IScpiInstrument -> Async<Polarity>
|
Query the external slope polarity of the given trigger type.
|
queryExternalSource trigger
Signature: trigger:TriggerType -> IScpiInstrument -> Async<ExternalTriggerSource>
|
Query the value of the external trigger source, given a trigger type.
|
queryInternalSource trigger
Signature: trigger:TriggerType -> IScpiInstrument -> Async<InternalTriggerSource>
|
Query the value of the internal trigger source, given a trigger type.
|
querySourceType trigger
Signature: trigger:TriggerType -> IScpiInstrument -> Async<TriggerSourceType>
|
Query the type of trigger source, given a trigger type.
|
queryTimerPeriod trigger
Signature: trigger:TriggerType -> IScpiInstrument -> Async<Duration>
|
Query the period of the timer trigger for the given trigger.
|
setExternalSlopePolarity trigger
Signature: trigger:TriggerType -> Polarity -> IScpiInstrument -> Async<unit>
|
Set the external slope polarity of the given trigger type to the given value.
|
setExternalSource trigger
Signature: trigger:TriggerType -> ExternalTriggerSource -> IScpiInstrument -> Async<unit>
|
Set the type of external trigger source, given a trigger type.
|
setInternalSource trigger
Signature: trigger:TriggerType -> InternalTriggerSource -> IScpiInstrument -> Async<unit>
|
Set the type of internal trigger source, given a trigger type.
|
setSourceType trigger
Signature: trigger:TriggerType -> TriggerSourceType -> IScpiInstrument -> Async<unit>
|
Set the type of trigger source, given a trigger type.
|
setTimerPeriod trigger
Signature: trigger:TriggerType -> Duration -> IScpiInstrument -> Async<unit>
|
Set the period of the timer trigger for the given trigger.
|
setTriggerSource (...)
Signature: trigger:TriggerType -> triggerSource:TriggerSource -> instrument:IScpiInstrument -> Async<unit>
|
Set the trigger source of the machine, given a type of trigger and a value to set
the source to.
|