Query
Namespace: Endorphin.Core
Parent Module: String
Create ASCII strings to query the instrument with keys and values.
Functions and values
Function or value | Description |
key key
Signature: key:string -> byte []
|
Create the string to query a key with no value.
|
value key value
Signature: key:string -> value:'?7393 -> byte []
Type parameters: '?7393
|
Create the string to query a given key with the given value, where the value
string is found by calling its ToScpiString() method if it implements
IScpiFormatable, verbatim if a byte array, or its obj.ToString() method
otherwise.
|