:SERVice:SWEep:FREQuency:MINimum
Description
This command gets the minimum frequency that can be reached while sweeping.
Syntax | Response |
---|---|
:SERVice:SWEep:FREQuency:MINimum? |
<numeric > |
Response value | meaning |
---|---|
<numeric > |
the minimum frequency in Hz |
Sample usage
Get the minimum supported frequency (e.g. value for Bode 100).
Input:
var visaSession = new TcpipSocket(VISA_RESOURCENAME); visaSession.RawIO.Write(":SERVice:SWEep:FREQuency:MINimum?\n"); Console.WriteLine(visaSession.RawIO.ReadString());
Output:
1
Related commands
:SERVice:SWEep:FREQuency:MAXimum